Add modern C++/WinRT headers path to Telegram project.

This commit is contained in:
John Preston 2021-09-26 17:20:22 +04:00
parent 8759ca4577
commit eb02a7861a
1 changed files with 2 additions and 0 deletions

View File

@ -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)