Forked from
asapo / asapo
999 commits behind the upstream repository.
-
Sergey Yakubov authoredSergey Yakubov authored
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()