mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
a316cd8a76
executes them and stores their output in files.
11 lines
160 B
CMake
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)
|