diff options
author | nitanmarcel <nitan.marcel@protonmail.com> | 2019-11-20 21:04:11 +0200 |
---|---|---|
committer | nitanmarcel <nitan.marcel@protonmail.com> | 2019-11-20 21:04:11 +0200 |
commit | 084a6492103eff0d021562694c6869fdcce58261 (patch) | |
tree | bc02cd95b2541f969276e45adcfcb073299138b6 /CMakeLists.txt | |
parent | ae758af7e7e4257f33040fea82529aca4c92fe05 (diff) |
API 4.4
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 e19b925..881ec0f 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/LoginUrl.h) + include/tgbot/types/Poll.h include/tgbot/types/PollOption.h include/tgbot/types/LoginUrl.h include/tgbot/types/ChatPermissions.h) # libs ## threads |