mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Add modern C++/WinRT headers path to Telegram project.
This commit is contained in:
parent
8759ca4577
commit
eb02a7861a
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ include(cmake/generate_appdata_changelog.cmake)
|
|||
if (WIN32)
|
||||
include(cmake/generate_midl.cmake)
|
||||
generate_midl(Telegram ${src_loc}/platform/win/windows_quiethours.idl)
|
||||
|
||||
nuget_add_winrt(Telegram)
|
||||
endif()
|
||||
|
||||
set_target_properties(Telegram PROPERTIES AUTOMOC ON AUTORCC ON)
|
||||
|
|
Loading…
Add table
Reference in a new issue