Files
fmt/doc/CMakeLists.txt

5 lines
101 B
CMake
Raw Normal View History

add_custom_target(doc
COMMAND doxygen
2014-04-14 12:54:03 -07:00
COMMAND rm -rf html
COMMAND sphinx-build -b html . html)