From 4786d81aa771b3f0208642715a3d7bcfa254ad57 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 15 Oct 2023 23:11:59 +0800 Subject: [PATCH] Remove meson in cmake. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)