mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Start making use of CMake 3.4 string(APPEND)
This commit is contained in:
@@ -21,7 +21,7 @@ set(GLFW_DOXYGEN_SOURCES
|
||||
|
||||
# Format the source list into a Doxyfile INPUT value that Doxygen can parse
|
||||
foreach(path IN LISTS GLFW_DOXYGEN_SOURCES)
|
||||
set(GLFW_DOXYGEN_INPUT "${GLFW_DOXYGEN_INPUT} \\\n\"${GLFW_SOURCE_DIR}/${path}\"")
|
||||
string(APPEND GLFW_DOXYGEN_INPUT " \\\n\"${GLFW_SOURCE_DIR}/${path}\"")
|
||||
endforeach()
|
||||
|
||||
configure_file(Doxyfile.in Doxyfile @ONLY)
|
||||
|
||||
Reference in New Issue
Block a user