We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ec1de commit 25f17ceCopy full SHA for 25f17ce
doc/CMakeLists.txt
@@ -13,6 +13,7 @@ if(BUILD_DOCUMENTATION)
13
configure_file(${doxyfile_in} ${doxyfile} @ONLY)
14
15
add_custom_target(doc
16
+ ALL
17
COMMAND ${DOXYGEN_EXECUTABLE} ${doxyfile}
18
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
19
COMMENT "Generating API documentation with Doxygen"
0 commit comments