2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Use faster style generation and better source groups.

This commit is contained in:
John Preston
2019-11-29 11:37:29 +03:00
parent d932271c60
commit 90de0b687f
4 changed files with 8 additions and 3 deletions

View File

@@ -91,6 +91,8 @@ endif()
set(telegram_sources
PRIVATE
${style_files}
api/api_common.h
api/api_hash.h
api/api_sending.cpp
@@ -941,6 +943,8 @@ PRIVATE
qrc/telegram/sounds.qrc
winrc/Telegram.rc
winrc/Telegram.manifest
langs/lang.strings
numbers.txt
)
nice_target_sources(Telegram ${res_loc} "${telegram_resources}")
@@ -986,6 +990,7 @@ elseif (APPLE)
Resources/${lang}.lproj/Localizable.strings
)
target_sources(Telegram PRIVATE ${strings_path})
source_group(TREE ${res_loc} PREFIX Resources FILES ${strings_path})
endforeach()
add_custom_command(TARGET Telegram

2
cmake

Submodule cmake updated: 9e68adb866...52eaa9cd61