reactphysics3d/examples/common/glfw/docs/CMakeLists.txt
2013-12-30 01:51:46 +01:00

6 lines
184 B
CMake

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