Generate from proto and include as static library in client and server

This commit is contained in:
2026-02-02 20:39:11 +01:00
parent e63ee7103b
commit 3b6727a808
3 changed files with 17 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ target_include_directories(chat_client
target_link_libraries(chat_client
PRIVATE
proto_interface
proto_static
Qt::Core
Qt::Widgets
)