diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 881ec0f..908cf69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,7 @@ set(SRC_LIST src/tools/FileTools.cpp src/tools/StringTools.cpp src/types/InlineQueryResult.cpp - src/types/InputFile.cpp - include/tgbot/types/Poll.h include/tgbot/types/PollOption.h include/tgbot/types/LoginUrl.h include/tgbot/types/ChatPermissions.h) + src/types/InputFile.cpp) # libs ## threads |