We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d45ad commit bb3b897Copy full SHA for bb3b897
1 file changed
CMakeLists.txt
@@ -59,7 +59,7 @@ file(GLOB_RECURSE DOC_XML LIST_DIRECTORIES NO CONFIGURE_DEPENDS "${PROJECT_SOURC
59
# conditionally add doc data to compile output
60
if(DOC_XML)
61
if(GODOTCPP_TARGET MATCHES "editor|template_debug")
62
- target_doc_sources(${LIBNAME} ${DOC_XML})
+ target_doc_sources(${LIBNAME} "${DOC_XML}")
63
endif()
64
65
0 commit comments