summaryrefslogtreecommitdiffhomepage
path: root/proto-ft
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-06-24 09:07:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-06-24 15:47:22 +0200
commit6d2cc8cf667c4e166c754698faac770a99aceeee (patch)
treedf75267ab10d2520fef09a22aeb9a4101e73b2c3 /proto-ft
parentd1ba0d9c0a20490afcd9b5cad5ba5fb2ff53fb93 (diff)
csv, proto/ft: workaround link bug on win32 with no lto
Need link dynamic, otherwise symbol lookup failure.
Diffstat (limited to 'proto-ft')
-rw-r--r--proto-ft/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/CMakeLists.txt b/proto-ft/CMakeLists.txt
index 44f95ba3..f8a2fe1e 100644
--- a/proto-ft/CMakeLists.txt
+++ b/proto-ft/CMakeLists.txt
@@ -1,4 +1,4 @@
if(WIN32)
opentrack_boilerplate(opentrack-proto-freetrack)
- target_link_libraries(opentrack-proto-freetrack opentrack-csv opentrack-compat)
+ target_link_libraries(opentrack-proto-freetrack opentrack-compat opentrack-csv)
endif()