summaryrefslogtreecommitdiff
path: root/bot/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bot/CMakeLists.txt')
-rw-r--r--bot/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/CMakeLists.txt b/bot/CMakeLists.txt
index 2ac0346..048faaf 100644
--- a/bot/CMakeLists.txt
+++ b/bot/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(dpp REQUIRED
HINTS ${DPP_INCLUDE_DIR} # Add path if needed: /nix/store/.../include
)
file(GLOB_RECURSE SRC_FILES
- include/*.cpp
+ src/*.cpp
include/*.hpp
)
# Add executable