Skip to content
Snippets Groups Projects
Forked from asapo / asapo
999 commits behind the upstream repository.
CMakeLists.txt 178 B
if(BUILD_CPP_DOCS)
    add_subdirectory(doxygen)
endif()

if(BUILD_PYTHON_DOCS)
    add_subdirectory (sphinx)
endif()


if(BUILD_ASAPO_SITE)
    add_subdirectory (site)
endif()