From cab382db088d9f240253466a1c5a26c62f3967c8 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sat, 8 Feb 2025 22:13:52 +0300 Subject: Implemented multiplexing in main thread (TCP loop). Removed CMake files. TODO: Implement multiplexing in worker threads (UDP loops), implement channel_pool interface. --- CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3-70-g09d2