From bd7ce1df885dba290111cc9317adf951a90519c1 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Fri, 19 Jun 2020 21:04:22 +0200 Subject: Add Linux Joystick Support Add support for Linux joystick devices, this allows things like the EDTracker to work, and possibly other devices. --- tracker-linux-joystick/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tracker-linux-joystick/CMakeLists.txt (limited to 'tracker-linux-joystick/CMakeLists.txt') diff --git a/tracker-linux-joystick/CMakeLists.txt b/tracker-linux-joystick/CMakeLists.txt new file mode 100644 index 00000000..4e821b01 --- /dev/null +++ b/tracker-linux-joystick/CMakeLists.txt @@ -0,0 +1,4 @@ +if(LINUX) + otr_module(tracker-linux-joystick) + target_link_libraries(opentrack-tracker-linux-joystick) +endif() -- cgit v1.2.3