summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12d58ca..964d70a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,6 +16,7 @@ endif()
include_directories(include)
set(SRC_LIST
src/Api.cpp
+ src/Bot.cpp
src/EventHandler.cpp
src/TgException.cpp
src/TgTypeParser.cpp