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 0704b03..f71128a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ include(debug_flags) add_subdirectory(src) add_subdirectory(include) +add_subdirectory(cmake) if(WITH_TESTS) add_subdirectory(tests) |