summaryrefslogtreecommitdiffhomepage
path: root/options/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'options/CMakeLists.txt')
-rw-r--r--options/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/options/CMakeLists.txt b/options/CMakeLists.txt
new file mode 100644
index 00000000..25749bf5
--- /dev/null
+++ b/options/CMakeLists.txt
@@ -0,0 +1,4 @@
+opentrack_boilerplate(opentrack-options NO-COMPAT BIN)
+if(NOT WIN32 AND NOT APPLE)
+ target_link_libraries(opentrack-options rt)
+endif()