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