summaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-02 20:59:29 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-02 20:59:29 +0200
commit835e1fcd131c63ee2b3b647e327b33a3bfb369e3 (patch)
tree9d6fb42d6296a7bbec4a6ea58358c0fdb5de7e05 /source/CMakeLists.txt
parent34ba87d8c8cfef5ed249b34bd2d2b7e41a34d2f7 (diff)
downloadkit-835e1fcd131c63ee2b3b647e327b33a3bfb369e3.zip
[Linux] Change build system; Remove CMake
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
deleted file mode 100644
index 1444b6a..0000000
--- a/source/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-add_subdirectory(kit)
-add_subdirectory(kit_test)
-
-if(KIT_ENABLE_TESTING)
- add_subdirectory(test)
-endif()