source: pacpussensors/trunk/Vislab/lib3dv-1.2.0/doc/CMakeLists.txt@ 149

Last change on this file since 149 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 358 bytes
Line 
1find_package(Doxygen)
2
3if(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)
9endif()
10
Note: See TracBrowser for help on using the repository browser.