glfw/docs/CMakeLists.txt

6 lines
180 B
CMake
Raw Normal View History

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