From 39e209983bd1f04fb0beefef754d7430c8b7fb9f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 20 Oct 2017 17:53:21 +0200 Subject: logic, spline: more spline work/fixes - mapping window clamps are now value in spline - clamp won't mess up saved spline content - clean up artifacts on spline widget --- spline/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spline/CMakeLists.txt') diff --git a/spline/CMakeLists.txt b/spline/CMakeLists.txt index d252004b..7d427601 100644 --- a/spline/CMakeLists.txt +++ b/spline/CMakeLists.txt @@ -1,2 +1,2 @@ -otr_module(spline NO-COMPAT BIN) -target_link_libraries(opentrack-spline opentrack-options opentrack-compat) +otr_module(spline BIN) +target_link_libraries(opentrack-spline) -- cgit v1.2.3