aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index 63c9d1e..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required(VERSION 3.26)
-
-project(dict VERSION 0.1 LANGUAGES C)
-
-add_subdirectory(ext)
-add_subdirectory(importer)
-add_subdirectory(lib)
-add_subdirectory(dict)