mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:28:00 +08:00
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.
|