mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 05:10:27 +08:00
![Chuck Walbourn](/assets/img/avatar_default.png)
This updates the cppwinrt port to use the latest Microsoft.Windows.CppWinRT package from NuGet. Includes clean up of the portfile for modern best practices. This also cleans up the cmake integration: * Uses `cppwinrt_FOUND` instead of the nonstandard `CppWinRT_FOUND` * Provides `CPPWINRT_TOOL` for being able to generate C++/WinRT headers from .winmd files as custom commands
10 lines
328 B
JSON
10 lines
328 B
JSON
{
|
|
"name": "cppwinrt",
|
|
"version": "2.0.240111.5",
|
|
"description": "C++/WinRT is a standard C++ language projection for the Windows Runtime.",
|
|
"homepage": "https://github.com/microsoft/cppwinrt",
|
|
"documentation": "https://docs.microsoft.com/windows/uwp/cpp-and-winrt-apis/",
|
|
"license": "MIT",
|
|
"supports": "windows"
|
|
}
|