Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 568 Bytes

gamecontroller.rst

File metadata and controls

27 lines (15 loc) · 568 Bytes

gamecontroller

system_library_finder ; gamecontroller

gamecontroller

Note

This is a helper package. There is no corresponding package in Hunter to be included by hunter_add_package(...)

find_package(gamecontroller REQUIRED)
target_link_libraries(... gamecontroller::gamecontroller)

Same as

target_link_libraries(... "-framework GameController")