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
|
@ -19,7 +19,7 @@ set(EXEC_NAME "jay")
|
|||
add_executable(${EXEC_NAME} main.cpp jay.cpp)
|
||||
|
||||
add_subdirectory(component)
|
||||
add_subdirectory(handler)
|
||||
add_subdirectory(connection)
|
||||
add_subdirectory(module)
|
||||
|
||||
target_include_directories(${EXEC_NAME} PRIVATE ${GLOOX_INCLUDE_DIRS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue