cppwinrt: Add package

This commit is contained in:
Biswapriyo Nath
2022-11-20 13:06:36 +05:30
parent afcd55dec5
commit 0b70933082
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,6 +153,7 @@
ExternalProject_Add(winmd
URL https://github.com/microsoft/winmd/releases/download/1.0.210629.2/Microsoft.Windows.WinMD.1.0.210629.2.nupkg
URL_HASH SHA256=4c5f29d948f5b3d724d229664c8f8e4823250d3c9f23ad8067b732fc7076d8c7
+ PATCH_COMMAND patch -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/0003-winmd-include-utility.patch
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""