diff options
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 61845b2c..428a0a7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,8 @@ function(target_add_resources target res_dir) endforeach(RES_FILE) endfunction() -include(scripts/cmake/meson-projects.cmake) +# We don't use meson at present. Enable it in future. +# include(scripts/cmake/meson-projects.cmake) add_subdirectory(src) add_subdirectory(test) |