Some further achitecture thoguhts

This commit is contained in:
Blue 2025-03-02 21:33:22 +02:00
parent ac8db32552
commit b997972ec1
Signed by: blue
GPG key ID: 9B203B252A63EE38
21 changed files with 103 additions and 15 deletions

11
handler/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})