Major reordering of the bot

This commit is contained in:
2025-07-19 16:37:48 +03:00
parent 24c82ee668
commit a29587d0cb
10 changed files with 61 additions and 47 deletions

View File

@@ -6,8 +6,7 @@ project(TheBartender VERSION 1.0)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
# Create an executable
add_executable(${PROJECT_NAME} src/Base/Entry.cpp src/CommandEvents.cpp
src/CommandManagement.cpp)
add_executable(${PROJECT_NAME} src/Base/Entry.cpp src/Commands.cpp)
# Find our pre-installed DPP package (using FindDPP.cmake).
find_package(DPP REQUIRED)