Fix Doxyfile gen not handling paths with spaces

Fixes #1081.
This commit is contained in:
Camilla Löwy
2017-09-24 17:04:47 +02:00
parent f4fb25b63d
commit 176ab9a5d2
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if (GLFW_DOCUMENT_INTERNALS)
endif()
foreach(arg ${glfw_DOCS_SOURCES})
set(GLFW_DOCS_SOURCES "${GLFW_DOCS_SOURCES} ${arg}")
set(GLFW_DOCS_SOURCES "${GLFW_DOCS_SOURCES} \\\n\"${arg}\"")
endforeach()
configure_file(Doxyfile.in Doxyfile @ONLY)