Initial commit with empty qt client and empty 'server'

This commit is contained in:
2026-01-30 20:34:48 +01:00
commit 31f118d77d
18 changed files with 234 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.23)
project(chat LANGUAGES CXX)
add_subdirectory(server)
add_subdirectory(client)