Put docs target in GLFW3 folder

(cherry picked from commit d1ae7bac60)
This commit is contained in:
Camilla Löwy 2020-02-10 17:44:34 +01:00
parent 64c7aa50d0
commit 3604cc72fc

View File

@ -30,3 +30,5 @@ add_custom_target(docs ALL "${DOXYGEN_EXECUTABLE}"
WORKING_DIRECTORY "${GLFW_BINARY_DIR}/docs"
COMMENT "Generating HTML documentation" VERBATIM)
set_target_properties(docs PROPERTIES FOLDER "GLFW3")