summaryrefslogtreecommitdiffhomepage
path: root/tracker-linux-joystick/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-linux-joystick/CMakeLists.txt')
-rw-r--r--tracker-linux-joystick/CMakeLists.txt4
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()