mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-09-03 23:39:46 +03:00
Fix passing multiple XML doc sources to generate_doc_source
This commit is contained in:
@@ -168,7 +168,7 @@ function(target_doc_sources TARGET SOURCES)
|
||||
|
||||
# Create the file generation target, this won't be triggered unless a target
|
||||
# that depends on DOC_SOURCE_FILE is built
|
||||
generate_doc_source( "${DOC_SOURCE_FILE}" ${SOURCES} )
|
||||
generate_doc_source( "${DOC_SOURCE_FILE}" "${SOURCES}" )
|
||||
|
||||
# Add DOC_SOURCE_FILE as a dependency to TARGET
|
||||
target_sources(${TARGET} PRIVATE "${DOC_SOURCE_FILE}")
|
||||
|
||||
Reference in New Issue
Block a user