diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-02-08 22:13:52 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-02-08 22:13:52 +0300 |
commit | cab382db088d9f240253466a1c5a26c62f3967c8 (patch) | |
tree | c5502f1b49211dccd3e29e163e708708495a6407 /CMakeLists.txt | |
parent | 3eeee14d5d5c93ae3d156aabae5a96d1c09f185a (diff) |
TODO: Implement multiplexing in worker threads (UDP loops), implement
channel_pool interface.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index a7d9c5a..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -# CMake files will be removed in the next several commits - -cmake_minimum_required(VERSION 3.20) - -project(kv - VERSION 0.0 - DESCRIPTION "Just see the readme file in this repo" - LANGUAGES C) - -set(CMAKE_EXPORT_COMPILE_COMMANDS ON) -include_directories(include include/c_headers/include) - -add_compile_options(-Wall -Wextra -Wpedantic -Werror -g) - -add_subdirectory(server) -add_subdirectory(client) |