Refactored in a way modules have access to bot infrastructure
This commit is contained in:
parent
c605b3ba93
commit
89c04254b8
25 changed files with 245 additions and 216 deletions
9
connection/CMakeLists.txt
Normal file
9
connection/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
set(SOURCES
|
||||
connection.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
connection.h
|
||||
)
|
||||
|
||||
target_sources(${EXEC_NAME} PRIVATE ${SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue