Initial commit with empty qt client and empty 'server'
This commit is contained in:
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.23)
|
||||
project(chat LANGUAGES CXX)
|
||||
|
||||
add_subdirectory(server)
|
||||
add_subdirectory(client)
|
||||
Reference in New Issue
Block a user