vcpkg/ports/gameinput/usage
Chuck Walbourn 3bf6fd4baa
[gameinput] Add port to use Microsoft.GameInput from nuget.org (#41762)
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
2024-10-29 02:08:35 -07:00

7 lines
245 B
Plaintext

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.