vcpkg/ports/gameinput/usage

7 lines
245 B
Plaintext
Raw Normal View History

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.