Some further achitecture thoguhts
This commit is contained in:
parent
ac8db32552
commit
b997972ec1
21 changed files with 103 additions and 15 deletions
11
handler/CMakeLists.txt
Normal file
11
handler/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
set(SOURCES
|
||||
message.cpp
|
||||
connection.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
message.h
|
||||
connection.h
|
||||
)
|
||||
|
||||
target_sources(${EXEC_NAME} PRIVATE ${SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue