X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doxygen%2FCMakeLists.txt;h=6c57945a532dd7ff80d34dfb756f3cfb64669a63;hb=3c2462eafabcf428b4d2775c414a7b5f62511d3f;hp=f8f745c7aee130ab89aa84a7daf88744d75ed087;hpb=15a5a2146a9429085a0827e1edf57c2cf0fa3861;p=clitk.git diff --git a/Doxygen/CMakeLists.txt b/Doxygen/CMakeLists.txt index f8f745c..6c57945 100644 --- a/Doxygen/CMakeLists.txt +++ b/Doxygen/CMakeLists.txt @@ -8,10 +8,10 @@ IF (BUILD_DOXYGEN) # # Configure the script and the doxyfile, then add target # - CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/Doxygen/doxygen.config.in + CONFIGURE_FILE(${CLITK_SOURCE_DIR}/Doxygen/doxygen.config.in ${PROJECT_BINARY_DIR}/Doxygen/doxygen.config) - CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/Doxygen/itkdoxygen.pl.in + CONFIGURE_FILE(${CLITK_SOURCE_DIR}/Doxygen/itkdoxygen.pl.in ${PROJECT_BINARY_DIR}/Doxygen/itkdoxygen.pl) ADD_CUSTOM_TARGET(Documentation