diff options
| author | levlam <levlam@telegram.org> | 2026-05-29 18:58:07 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-05-29 18:58:07 +0300 |
| commit | c42606c72346312ffc52964c26187f045f3558ff (patch) | |
| tree | e88e6a2ccbfa0eb7d935160ade33b8f4cfba7604 /CMakeLists.txt | |
| parent | d3ffc1ca15d6f57f44bbba77616a7d5008ea6464 (diff) | |
Add class FormattedDate.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97a2e4dc7..0f93e0541 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -462,6 +462,7 @@ set(TDLIB_SOURCE_PART1 td/telegram/files/PartsManager.cpp td/telegram/files/ResourceManager.cpp td/telegram/files/ResourceState.cpp + td/telegram/FormattedDate.cpp td/telegram/ForumTopic.cpp td/telegram/ForumTopicEditedData.cpp td/telegram/ForumTopicIcon.cpp @@ -846,6 +847,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/files/ResourceManager.h td/telegram/files/ResourceState.h td/telegram/FolderId.h + td/telegram/FormattedDate.h td/telegram/ForumTopic.h td/telegram/ForumTopicEditedData.h td/telegram/ForumTopicFullId.h @@ -1172,6 +1174,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/files/FileLocation.hpp td/telegram/files/FileManager.hpp td/telegram/files/FileSourceId.hpp + td/telegram/FormattedDate.hpp td/telegram/ForumTopic.hpp td/telegram/ForumTopicEditedData.hpp td/telegram/ForumTopicIcon.hpp |
