Updated the CMakeLists.txt

This commit is contained in:
Mathias Wagner 2023-10-29 16:34:49 +01:00
parent 0bb3c56eec
commit 04df32989c
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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)