diff options
author | crupest <crupest@outlook.com> | 2023-10-15 23:11:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-15 23:11:59 +0800 |
commit | 4786d81aa771b3f0208642715a3d7bcfa254ad57 (patch) | |
tree | ea16768a6a49a3f25e59fd18e198c59a000b8176 | |
parent | 19420361627336a0aefe7664ea189467688bda08 (diff) | |
download | cru-4786d81aa771b3f0208642715a3d7bcfa254ad57.tar.gz cru-4786d81aa771b3f0208642715a3d7bcfa254ad57.tar.bz2 cru-4786d81aa771b3f0208642715a3d7bcfa254ad57.zip |
Remove meson in cmake.
-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) |