From 57b2622e65960358fd9e1e5737406ffdd1547a34 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 9 Jun 2022 13:50:52 +0300 Subject: Doxygen Awesome Fork URL Fix --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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() -- cgit v1.2.1