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 863d732 commit 9ae5fc4Copy full SHA for 9ae5fc4
1 file changed
cmake/GodotCPPModule.cmake
@@ -168,7 +168,7 @@ function(target_doc_sources TARGET SOURCES)
168
169
# Create the file generation target, this won't be triggered unless a target
170
# that depends on DOC_SOURCE_FILE is built
171
- generate_doc_source( "${DOC_SOURCE_FILE}" ${SOURCES} )
+ generate_doc_source( "${DOC_SOURCE_FILE}" "${SOURCES}" )
172
173
# Add DOC_SOURCE_FILE as a dependency to TARGET
174
target_sources(${TARGET} PRIVATE "${DOC_SOURCE_FILE}")
0 commit comments