mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
6 lines
184 B
CMake
6 lines
184 B
CMake
|
|
add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
|
|
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
|
|
COMMENT "Generating HTML documentation" VERBATIM)
|
|
|