diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 00:59:41 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 00:59:41 +0300 |
commit | e1031f20f9139a554c3e4cf70585ae0dcea1bcda (patch) | |
tree | e4a934c372ade4b29e87545914d247fa3db6bc01 /CMakeLists.txt | |
parent | 084a6492103eff0d021562694c6869fdcce58261 (diff) |
Apply @JellyBrick fixes
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 |