diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-06-26 22:48:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 22:48:02 +0000 |
commit | 4b858387c31f3d2778ff86789b4271d67343a7e3 (patch) | |
tree | eef1f4a1da941012f9dcfe06e3977a10414c896e /tracker-linux-joystick/CMakeLists.txt | |
parent | 6d9e24c5b98f5b2cce01fa4d99255bbeff8ee2f1 (diff) | |
parent | bd7ce1df885dba290111cc9317adf951a90519c1 (diff) |
Merge pull request #1107 from russell/linux_joystick
Add Linux Joystick Support
Diffstat (limited to 'tracker-linux-joystick/CMakeLists.txt')
-rw-r--r-- | tracker-linux-joystick/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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() |