diff options
Diffstat (limited to 'vcpkg/ports/gameinput/usage')
| -rw-r--r-- | vcpkg/ports/gameinput/usage | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/gameinput/usage b/vcpkg/ports/gameinput/usage new file mode 100644 index 0000000..0ce34f4 --- /dev/null +++ b/vcpkg/ports/gameinput/usage @@ -0,0 +1,6 @@ +The GameInput package provides CMake targets:
+
+ find_package(gameinput CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE Microsoft::GameInput)
+
+Note that the GameInputRedist.msi must be installed on the target system for Windows.
|