diff options
author | nitanmarcel <nitan.marcel@protonmail.com> | 2019-11-19 21:59:22 +0200 |
---|---|---|
committer | nitanmarcel <nitan.marcel@protonmail.com> | 2019-11-19 21:59:22 +0200 |
commit | eb10c8705be495cc9d663dd48672eb9e174f0e4c (patch) | |
tree | b090dad39242f60a0915c139ee9161514f5753e6 /CMakeLists.txt | |
parent | 23553bc251ca673137b684082a6f84062f053bd2 (diff) |
API 4.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 411535d..e19b925 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ set(SRC_LIST 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/Poll.h include/tgbot/types/PollOption.h include/tgbot/types/LoginUrl.h) # libs ## threads |