glfw/docs/CMakeLists.txt

6 lines
179 B
CMake
Raw Normal View History

2013-10-09 19:35:35 +00:00
add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
COMMENT "Generating HTML documentation" VERBATIM)