cppwinrtv2.0.250303.1
- Updated
C++/WinRT is a standard C++ language projection for the Windows Runtime.
- Project website: https://github.com/microsoft/cppwinrt
- Documentation: https://docs.microsoft.com/windows/uwp/cpp-and-winrt-apis/
#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.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
#Host Tool For
#Contributors
Scott Greenlay
Scott Greenlay
Alexander Karatarakis
Robert Schumacher
juandent
Roelf-Jilling
pravic
Jared Irwin
Chuck Walbourn
Frank
Cheney Wang
David Machaj
Nathan White
#Changelog
Show 8 earlier changes
7f0dcbc[cppwinrt] Use vcpkg_from_github7913033Update cppwinrt to Fall Creatorsf24c1c6[CppWinRT] Update to October 2017 release417fe66These work correctly as far as I tested them...71f1e11[cppwinrt] Update to february 2017 refresh375d753[cppwinrt] Mark as header-only libraryf453d0fRemoved HEADER_PATHc034eb2added cppwinrt