games101-hw/08/CGL/deps/glfw/docs/CMakeLists.txt

6 lines
179 B
CMake
Raw Normal View History

2023-06-19 17:02:04 +08:00
add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
COMMENT "Generating HTML documentation" VERBATIM)