mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 15:39:07 +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.
|