eigen/doc/CMakeLists.txt
Benoit Jacob a316cd8a76 now cmake takes snippets of code, completes them into compilable sources, builds them,
executes them and stores their output in files.
2007-12-21 09:30:32 +00:00

11 lines
160 B
CMake

IF(BUILD_DOC)
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in
${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
)
ADD_SUBDIRECTORY(snippets)
ENDIF(BUILD_DOC)