From 327f54b605b92a7b81a5a4de95f9f3741b786be5 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 4 Nov 2025 21:30:53 +0800 Subject: Remove meson related things. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a8da2e4..0ac56fab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,9 +39,6 @@ function(target_add_resources target res_dir) endforeach(RES_FILE) endfunction() -# We don't use meson at present. Enable it in future. -# include(scripts/cmake/meson-projects.cmake) - add_subdirectory(src) add_subdirectory(test) add_subdirectory(demos) -- cgit v1.2.3