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 9ae5fc4 commit 43b4f26Copy full SHA for 43b4f26
1 file changed
test/CMakeLists.txt
@@ -19,7 +19,7 @@ target_sources(
19
# conditionally add doc data to compile output
20
if(GODOTCPP_TARGET MATCHES "editor|template_debug")
21
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} )
+ target_doc_sources( ${TARGET_NAME} "${DOC_XML}" )
23
endif()
24
25
set(OUTPUT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/project/bin/")
0 commit comments