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

57 lines
1.6 KiB
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
boxes/auto_delete_settings.cpp
boxes/calendar_box.cpp
boxes/choose_date_time.cpp
boxes/edit_invite_link.cpp
boxes/report_box.cpp
cached_round_corners.cpp
chat/attach/attach_album_preview.cpp
chat/attach/attach_album_thumbnail.cpp
chat/attach/attach_extensions.cpp
chat/attach/attach_prepare.cpp
chat/attach/attach_send_files_way.cpp
chat/attach/attach_single_file_preview.cpp
chat/attach/attach_single_media_preview.cpp
chat/group_call_bar.cpp
chat/group_call_userpics.cpp
chat/message_bar.cpp
chat/pinned_bar.cpp
controls/call_mute_button.cpp
controls/delete_message_context_action.cpp
controls/emoji_button.cpp
controls/invite_link_buttons.cpp
controls/invite_link_label.cpp
controls/send_button.cpp
countryinput.cpp
effects/fireworks_animation.cpp
effects/round_checkbox.cpp
effects/send_action_animations.cpp
empty_userpic.cpp
filter_icon_panel.cpp
filter_icons.cpp
grouped_layout.cpp
image/image.cpp
image/image_location.cpp
image/image_location_factory.cpp
image/image_source.cpp
item_text_options.cpp
search_field_controller.cpp
special_buttons.cpp
special_fields.cpp
text/format_values.cpp
text/text_options.cpp
toasts/common_toasts.cpp
unread_badge.cpp
widgets/continuous_sliders.cpp
widgets/discrete_sliders.cpp
widgets/level_meter.cpp
widgets/multi_select.cpp
widgets/separate_panel.cpp
)
init_module()