reactphysics3d/testbed/glfw/docs/CMakeLists.txt
2015-04-08 20:47:55 +02:00

6 lines
179 B
CMake

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