Skip to content

Commit

Permalink
use cmake to generate doxygen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Nov 23, 2024
1 parent e6a6551 commit 3e6b537
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2,893 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ project(
VERSION 0.1.1
LANGUAGES CXX C)

include(sphinx_setup)
include(install_config)
include(project_config)
include(check_compilers)
Expand All @@ -29,6 +28,7 @@ include(import_packages)
add_subdirectory(frontend)
add_subdirectory(backend)
add_subdirectory(examples)
add_subdirectory(doc)
if(ENABLE_TEST)
add_subdirectory(test)
endif()
Loading

0 comments on commit 3e6b537

Please sign in to comment.