Started work on the server, continuing client to be able to test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user