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:
@@ -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
|
||||
|
Submodule Telegram/codegen updated: 4b46cfa2f5...bbb6f6a2a7
Submodule Telegram/lib_ui updated: 4b25cd30d1...1c19e874bb
2
cmake
2
cmake
Submodule cmake updated: 9e68adb866...52eaa9cd61
Reference in New Issue
Block a user