1
0
mirror of https://github.com/glfw/glfw.git synced 2025-04-23 17:12:50 +00:00
glfw/docs/CMakeLists.txt
2013-10-09 21:35:35 +02:00

6 lines
179 B
CMake

add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
COMMENT "Generating HTML documentation" VERBATIM)