This repository has been archived on 2021-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
tdesktop-new-cmake/src/Telegram/api/CMakeLists.txt

27 lines
671 B
CMake

# This file is part of Telegram Desktop,
# the official desktop application for the Telegram messaging service.
#
# For license and copyright information please follow this link:
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
set(TELEGRAM_MODULE_SOURCES
api_attached_stickers.cpp
api_authorizations.cpp
api_bot.cpp
api_chat_filters.cpp
api_chat_invite.cpp
api_editing.cpp
api_global_privacy.cpp
api_hash.cpp
api_invite_links.cpp
api_media.cpp
api_self_destruct.cpp
api_send_progress.cpp
api_sending.cpp
api_sensitive_content.cpp
api_single_message_search.cpp
api_text_entities.cpp
api_toggling_media.cpp
api_updates.cpp
)
init_module()