From 7bacbdf10b97040c9ed282a22485759bd082fa63 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Sun, 19 Nov 2017 21:18:26 +0100 Subject: Add virtual joystick output for macOS Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236 --- proto-iokit-foohid/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 proto-iokit-foohid/CMakeLists.txt (limited to 'proto-iokit-foohid/CMakeLists.txt') diff --git a/proto-iokit-foohid/CMakeLists.txt b/proto-iokit-foohid/CMakeLists.txt new file mode 100644 index 00000000..b997bf60 --- /dev/null +++ b/proto-iokit-foohid/CMakeLists.txt @@ -0,0 +1,4 @@ +IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + otr_module(proto-iokit-foohid) + otr_prop(TARGET opentrack-proto-iokit-foohid LINK_FLAGS "-framework IOKit") +endif() -- cgit v1.2.3