Skip to content

Commit bb3b897

Browse files
committed
Issue reported to godot-cpp 1987
Missing quotes only processes the first doc source xml file.
1 parent c5d45ad commit bb3b897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ file(GLOB_RECURSE DOC_XML LIST_DIRECTORIES NO CONFIGURE_DEPENDS "${PROJECT_SOURC
5959
# conditionally add doc data to compile output
6060
if(DOC_XML)
6161
if(GODOTCPP_TARGET MATCHES "editor|template_debug")
62-
target_doc_sources(${LIBNAME} ${DOC_XML})
62+
target_doc_sources(${LIBNAME} "${DOC_XML}")
6363
endif()
6464
endif()
6565

0 commit comments

Comments
 (0)