diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2023-12-02 12:30:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-02 12:30:31 +0300 |
commit | f1c2dbad1c9674f82e61b7cf76cdc618a2dba852 (patch) | |
tree | 66f31434af61a5b4dda9a3591d67fc528273b505 /test/CMakeLists.txt | |
parent | 782596206764e663b9b45401b447871f21ce62b2 (diff) | |
parent | 658f37f93d1a0c31c447adb3022cfd6cee4a1876 (diff) |
Merge pull request #289 from Temomik/master
Added ability to handle error codes from all Api requests
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0cce236..899035f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,6 @@ set(TEST_SRC_LIST main.cpp + tgbot/Api.cpp tgbot/net/Url.cpp tgbot/net/HttpParser.cpp tgbot/tools/StringTools.cpp |