Updated the CMakeLists.txt
This commit is contained in:
parent
0bb3c56eec
commit
04df32989c
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user