source:
pacpussensors/trunk/Vislab/lib3dv-1.2.0/doc/CMakeLists.txt@
140
Last change on this file since 140 was 136, checked in by , 8 years ago | |
---|---|
File size: 358 bytes |
Line | |
---|---|
1 | find_package(Doxygen) |
2 | |
3 | if(DOXYGEN_FOUND) |
4 | configure_file(Doxyfile.in ${CMAKE_BINARY_DIR}/Doxyfile @ONLY) |
5 | add_custom_target(doc |
6 | ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/Doxyfile |
7 | WORKING_DIRECTORY ${CMAKE_BINARY_DIR} |
8 | COMMENT "Generate API documentation with Doxygen" VERBATIM) |
9 | endif() |
10 |
Note:
See TracBrowser
for help on using the repository browser.