fmt/doc/CMakeLists.txt
Victor Zverovich c1ca4a4574 Add docs.
2012-12-18 06:49:18 -08:00

5 lines
159 B
CMake

add_custom_command(OUTPUT html/index.html
COMMAND sphinx-build -b html . ../html
DEPENDS conf.py index.rst)
add_custom_target(doc DEPENDS html/index.html)