1. Home
  2. ›
  3. Browse
  4. ›
  5. cppwinrt

cppwinrt

v3.0.260818.1#0Latest

C++/WinRT is a standard C++ language projection for the Windows Runtime.

Install

Run the following Vcpkg command to install the port.

vcpkg install cppwinrt

Usage

The C++/WinRT package provides CMake targets:

find_package(cppwinrt CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::CppWinRT)

The CMake variable CPPWINRT_TOOL is also set to point to the .winmd to header command-line tool.

See source

Version

v3.0.260818.1#0

Publication

Supports

windows

Homepage

github.com/microsoft/cppwinrt

Documentation

docs.microsoft.com/windows/uwp/cpp-and-winrt-apis

Subtree

bea9a48f02

License

MIT

Definition

Manifest