diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-18 10:15:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-18 10:15:29 +0200 |
commit | 181770b1e169b9c7c75eacdc969102cce18a8be7 (patch) | |
tree | 9f7a990c37dd48f803c9005da13cd86d3f8534cd /proto-ft/CMakeLists.txt | |
parent | c3a1174b922040da29b9c979343aa9fba24b46ba (diff) |
some: adjust install paths and invocations
Diffstat (limited to 'proto-ft/CMakeLists.txt')
-rw-r--r-- | proto-ft/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/CMakeLists.txt b/proto-ft/CMakeLists.txt index f8a2fe1e..fb22ede4 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-compat opentrack-csv) + target_link_libraries(opentrack-proto-freetrack opentrack-csv) endif() |