Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

7 lines
254 B
Plaintext

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.