Started work on the server, continuing client to be able to test

This commit is contained in:
2026-02-03 17:04:20 +01:00
parent 7fc64a03ad
commit a0d9d9c6de
15 changed files with 112 additions and 1 deletions

View File

@@ -8,6 +8,11 @@ add_executable(chat_server
${SOURCES}
)
target_include_directories(chat_server
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/inc
)
target_link_libraries(chat_server
PRIVATE
proto_static