summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-14 17:58:41 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-14 17:58:41 +0300
commit6063f4a353ffad6d098366564f3ba063795de8b1 (patch)
treeb31c9f1111f882f5d6da24c2cb1c4ec7a7117351 /CMakeLists.txt
parent38e4b3867b50065aeb6110fac0ce001031242349 (diff)
Build Bot.cpp.
Diffstat (limited to 'CMakeLists.txt')
-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