mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
3bf6fd4baa
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
7 lines
245 B
Plaintext
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.
|