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/inline_bots/CMakeLists.txt

15 lines
449 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
inline_bot_layout_internal.cpp
inline_bot_layout_item.cpp
inline_bot_result.cpp
inline_bot_send_data.cpp
inline_results_inner.cpp
inline_results_widget.cpp
)
init_module()