aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+git2020@grudev.com>2022-06-09 13:50:52 +0300
committerItay Grudev <itay+git2020@grudev.com>2022-06-09 13:50:52 +0300
commit57b2622e65960358fd9e1e5737406ffdd1547a34 (patch)
treec3521df0c95557704d03a0b6cdc5121f440a985d
parentMerge pull request #155 from itay-grudev/doxygen (diff)
downloadsingleapplication-57b2622e65960358fd9e1e5737406ffdd1547a34.tar.xz
Doxygen Awesome Fork URL Fix
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fba9be0..f6fe157 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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()