Yaml config

This commit is contained in:
Blue 2025-02-22 21:03:21 +02:00
parent 698e706daa
commit 46695c8aab
Signed by: blue
GPG key ID: 9B203B252A63EE38
12 changed files with 303 additions and 74 deletions

11
handlers/CMakeLists.txt Normal file
View file

@ -0,0 +1,11 @@
set(SOURCES
message.cpp
connection.cpp
)
set(HEADERS
message.h
connection.h
)
target_sources(${EXEC_NAME} PRIVATE ${SOURCES})