diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b4c6e1..58d3aa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,5 +8,6 @@ add_compile_options(-Wextra) add_subdirectory(core) add_subdirectory(python) add_subdirectory(cli) +add_subdirectory(doc) #add_subdirectory(examples) |