diff options
author | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2022-09-03 22:41:05 +0200 |
---|---|---|
committer | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2022-09-03 22:41:05 +0200 |
commit | c17ab6fb6574bdea6fc9011be0651dc74aa6a53e (patch) | |
tree | 760d233b6a76035d13c64388505210b77869fff6 /CMakeLists.txt | |
parent | ce50cefc0a7b9aea99344a4b0a418544e2deca4a (diff) |
Update to API 5.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4675203..ecb9e0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,8 @@ set(SRC_LIST src/tools/StringTools.cpp src/types/InlineQueryResult.cpp src/types/InputFile.cpp + src/types/InputMedia.cpp + src/types/InputMessageContent.cpp src/types/PassportElementError.cpp) # libs |