build(docs): add cmake target for docs (#2748)

This commit is contained in:
ReenigneArcher
2024-06-24 12:12:31 -04:00
committed by GitHub
parent 13f94f113a
commit 4683bcaf36
16 changed files with 176 additions and 315 deletions

View File

@@ -61,6 +61,11 @@ add_custom_target(web-ui ALL
COMMAND_EXPAND_LISTS
VERBATIM)
# docs
if(BUILD_DOCS)
add_subdirectory(docs)
endif()
# tests
if(BUILD_TESTS)
add_subdirectory(tests)