Skip to content

Commit e3c2973

Browse files
author
Allen Winter
committed
docs/api/CMakeLists.txt - add a dependency on README.md
1 parent 7e474dc commit e3c2973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add_custom_command(
3737
COMMAND ${CMAKE_COMMAND} -E make_directory ${DOXYGEN_OUTPUT_DIR}/html/docs
3838
COMMAND ${CMAKE_COMMAND} -E copy_if_different
3939
${CMAKE_SOURCE_DIR}/docs/KDStateMachineEditor-CopyrightAssignmentForm.pdf ${DOXYGEN_OUTPUT_DIR}/html/docs
40-
DEPENDS ${_dox_deps} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
40+
DEPENDS ${_dox_deps} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile ${CMAKE_SOURCE_DIR}/README.md
4141
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
4242
COMMENT "Generate the .qch file"
4343
)

0 commit comments

Comments
 (0)