diff options
Diffstat (limited to 'vcpkg/ports/cppwinrt/usage')
| -rw-r--r-- | vcpkg/ports/cppwinrt/usage | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/cppwinrt/usage b/vcpkg/ports/cppwinrt/usage new file mode 100644 index 0000000..fa7449e --- /dev/null +++ b/vcpkg/ports/cppwinrt/usage @@ -0,0 +1,6 @@ +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.
|