File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} " )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ target_sources(
1919# conditionally add doc data to compile output
2020if (GODOTCPP_TARGET MATCHES "editor|template_debug" )
2121 file (GLOB_RECURSE DOC_XML LIST_DIRECTORIES NO CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR} /doc_classes/*.xml" )
22- target_doc_sources ( ${TARGET_NAME} ${DOC_XML} )
22+ target_doc_sources ( ${TARGET_NAME} " ${DOC_XML} " )
2323endif ()
2424
2525set (OUTPUT_DIR "${CMAKE_CURRENT_SOURCE_DIR} /project/bin/" )
You can’t perform that action at this time.
0 commit comments