From c42606c72346312ffc52964c26187f045f3558ff Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 29 May 2026 18:58:07 +0300 Subject: Add class FormattedDate. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3