glfw/docs/CMakeLists.txt

6 lines
184 B
CMake
Raw Normal View History

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