mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
@@ -1814,10 +1814,23 @@ PRIVATE
|
||||
settings.cpp
|
||||
settings.h
|
||||
stdafx.h
|
||||
tray_accounts_menu.h
|
||||
tray.cpp
|
||||
tray.h
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
nice_target_sources(Telegram ${src_loc}
|
||||
PRIVATE
|
||||
tray_accounts_menu.cpp
|
||||
)
|
||||
else()
|
||||
nice_target_sources(Telegram ${src_loc}
|
||||
PRIVATE
|
||||
tray_accounts_menu_dummy.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
if (NOT build_winstore)
|
||||
remove_target_sources(Telegram ${src_loc}
|
||||
platform/win/windows_start_task.cpp
|
||||
|
||||
Reference in New Issue
Block a user