diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 00:32:22 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 00:32:22 +0300 |
commit | 85e0e991973594fb458410876a1cc09c5971b918 (patch) | |
tree | 08186c9e9f58cdb617b9b63d583f535b1c884b72 /CMakeLists.txt | |
parent | 3549754e53f79e9ba0b00fb0bbded5d56a14ef51 (diff) |
Helper method for loading files. Photo upload example. Fixes #24
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c31193..ea765ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,13 +11,15 @@ set(SRC_LIST src/Api.cpp src/TgTypeParser.cpp src/TgException.cpp + src/EventHandler.cpp src/net/Url.cpp src/net/HttpClient.cpp src/net/HttpParser.cpp src/net/TgLongPoll.cpp src/tools/StringTools.cpp + src/tools/FileTools.cpp src/types/InlineQueryResult.cpp - src/EventHandler.cpp + src/types/InputFile.cpp ) ### libs |