Skip to content

Commit 9ae5fc4

Browse files
committed
Fix passing multiple XML doc sources to generate_doc_source
1 parent 863d732 commit 9ae5fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/GodotCPPModule.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function(target_doc_sources TARGET SOURCES)
168168

169169
# Create the file generation target, this won't be triggered unless a target
170170
# that depends on DOC_SOURCE_FILE is built
171-
generate_doc_source( "${DOC_SOURCE_FILE}" ${SOURCES} )
171+
generate_doc_source( "${DOC_SOURCE_FILE}" "${SOURCES}" )
172172

173173
# Add DOC_SOURCE_FILE as a dependency to TARGET
174174
target_sources(${TARGET} PRIVATE "${DOC_SOURCE_FILE}")

0 commit comments

Comments
 (0)