1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00
glfw/docs/CMakeLists.txt

6 lines
184 B
CMake
Raw Normal View History

2013-03-18 16:21:12 -04:00
2013-03-18 16:31:04 -04:00
add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
2013-03-18 16:21:12 -04:00
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
COMMENT "Generating HTML documentation" VERBATIM)