mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Use faster style generation and better source groups.
This commit is contained in:
@@ -91,6 +91,8 @@ endif()
|
|||||||
|
|
||||||
set(telegram_sources
|
set(telegram_sources
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
${style_files}
|
||||||
|
|
||||||
api/api_common.h
|
api/api_common.h
|
||||||
api/api_hash.h
|
api/api_hash.h
|
||||||
api/api_sending.cpp
|
api/api_sending.cpp
|
||||||
@@ -941,6 +943,8 @@ PRIVATE
|
|||||||
qrc/telegram/sounds.qrc
|
qrc/telegram/sounds.qrc
|
||||||
winrc/Telegram.rc
|
winrc/Telegram.rc
|
||||||
winrc/Telegram.manifest
|
winrc/Telegram.manifest
|
||||||
|
langs/lang.strings
|
||||||
|
numbers.txt
|
||||||
)
|
)
|
||||||
nice_target_sources(Telegram ${res_loc} "${telegram_resources}")
|
nice_target_sources(Telegram ${res_loc} "${telegram_resources}")
|
||||||
|
|
||||||
@@ -986,6 +990,7 @@ elseif (APPLE)
|
|||||||
Resources/${lang}.lproj/Localizable.strings
|
Resources/${lang}.lproj/Localizable.strings
|
||||||
)
|
)
|
||||||
target_sources(Telegram PRIVATE ${strings_path})
|
target_sources(Telegram PRIVATE ${strings_path})
|
||||||
|
source_group(TREE ${res_loc} PREFIX Resources FILES ${strings_path})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
add_custom_command(TARGET Telegram
|
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