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