mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-07 17:26:54 +08:00
5 lines
101 B
CMake
5 lines
101 B
CMake
add_custom_target(doc
|
|
COMMAND doxygen
|
|
COMMAND rm -rf html
|
|
COMMAND sphinx-build -b html . html)
|