reactphysics3d/examples/common/glfw/docs/CMakeLists.txt
2015-02-07 01:20:37 +01:00

6 lines
179 B
CMake

add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
COMMENT "Generating HTML documentation" VERBATIM)