Yaml config
This commit is contained in:
parent
698e706daa
commit
46695c8aab
12 changed files with 303 additions and 74 deletions
11
handlers/CMakeLists.txt
Normal file
11
handlers/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