aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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)