diff --git a/CMakeLists.txt b/CMakeLists.txt index dceda02..aedd2e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(Bot) set(CMAKE_CXX_STANDARD 17) -file(GLOB SRC_FILES "src/listeners/*.cpp" "src/api/*.cpp") +file(GLOB SRC_FILES "src/api/*.cpp" "src/listeners/*.cpp" "src/commands/*.cpp") include_directories(src)