diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-01 08:39:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-01 08:49:12 +0100 |
commit | e04fe7d7b412c502c30c3eaf9d54b0eebf708d2b (patch) | |
tree | 0c61ecb4c612e8717d4aef605b1f316ca6881f97 /opentrack-compat/CMakeLists.txt | |
parent | cc16fd0121fe79ae1fd9539a606c19827f64bc23 (diff) |
cmake: less boilerplate, link dynamically
Diffstat (limited to 'opentrack-compat/CMakeLists.txt')
-rw-r--r-- | opentrack-compat/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-compat/CMakeLists.txt b/opentrack-compat/CMakeLists.txt index 4f5fd724..a92f4f31 100644 --- a/opentrack-compat/CMakeLists.txt +++ b/opentrack-compat/CMakeLists.txt @@ -1,4 +1,4 @@ -opentrack_boilerplate(opentrack-compat STATIC NO-COMPAT) +opentrack_boilerplate(opentrack-compat NO-COMPAT NO-LINKER-SCRIPT) if(NOT WIN32 AND NOT APPLE) target_link_libraries(opentrack-compat rt) endif() |