Doxygen Awesome Fork URL Fix

This commit is contained in:
Itay Grudev 2022-06-09 13:50:52 +03:00
parent 0c4a0d8e9f
commit 57b2622e65

View File

@ -76,4 +76,11 @@ if(DOXYGEN_FOUND)
Windows.md
README.md
)
add_custom_command(
TARGET ${PROJECT_NAME}Documentation POST_BUILD
COMMAND find html/ -name *.html -type f -exec sed -i 's+https://github.com/jothepro/doxygen-awesome-css+https://github.com/itay-grudev/SingleApplication+g' {} \\\;
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Replacing project URL"
)
endif()