We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e474dc commit e3c2973Copy full SHA for e3c2973
docs/api/CMakeLists.txt
@@ -37,7 +37,7 @@ add_custom_command(
37
COMMAND ${CMAKE_COMMAND} -E make_directory ${DOXYGEN_OUTPUT_DIR}/html/docs
38
COMMAND ${CMAKE_COMMAND} -E copy_if_different
39
${CMAKE_SOURCE_DIR}/docs/KDStateMachineEditor-CopyrightAssignmentForm.pdf ${DOXYGEN_OUTPUT_DIR}/html/docs
40
- DEPENDS ${_dox_deps} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
+ DEPENDS ${_dox_deps} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile ${CMAKE_SOURCE_DIR}/README.md
41
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
42
COMMENT "Generate the .qch file"
43
)
0 commit comments