diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1aafaa16..233e22c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,6 +328,9 @@ if(SDK_XPLANE) LIBRARY_OUTPUT_NAME "facetracknoir.xpl" PREFIX "" SUFFIX "") endif() + if(UNIX) + target_link_libraries(opentrack-xplane-plugin rt) + endif() endif() # some boilerplate |