- Timestamp:
- Jan 9, 2013, 9:33:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CMakeLists.txt
r26 r52 9 9 10 10 if(PACPUS_BUILD_DOC) 11 # Debug12 pacpus_info("coucou")13 # Configure the template Doxyfile for our specific project14 configure_file(doxyfile.in ${CMAKE_BINARY_DIR}/Doxyfile @ONLY IMMEDIATE)15 # Add a custom target to run Doxygen when ever the project is built16 add_custom_target (17 documentation18 19 11 # Debug 12 pacpus_info("Adding target: documentation") 13 # Configure the template Doxyfile for our specific project 14 configure_file(doxyfile.in ${CMAKE_BINARY_DIR}/Doxyfile @ONLY IMMEDIATE) 15 # Add a custom target to run Doxygen when ever the project is built 16 add_custom_target ( 17 documentation 18 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/Doxyfile 19 SOURCES ${CMAKE_BINARY_DIR}/Doxyfile) 20 20 endif()
Note:
See TracChangeset
for help on using the changeset viewer.