summaryrefslogtreecommitdiffhomepage
path: root/options/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'options/CMakeLists.txt')
-rw-r--r--options/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/CMakeLists.txt b/options/CMakeLists.txt
index cbebeb87..0c4b53a5 100644
--- a/options/CMakeLists.txt
+++ b/options/CMakeLists.txt
@@ -2,3 +2,4 @@ otr_module(options NO-COMPAT BIN)
if(NOT WIN32 AND NOT APPLE)
target_link_libraries(opentrack-options rt)
endif()
+target_link_libraries(opentrack-options opentrack-compat)