From f90b77dd5e342ebc45259051d23d6396f37c660d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 1 Nov 2015 09:01:57 +0100 Subject: cmake: fix spline widget linkage --- opentrack/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opentrack') diff --git a/opentrack/CMakeLists.txt b/opentrack/CMakeLists.txt index 590eaca5..c3676979 100644 --- a/opentrack/CMakeLists.txt +++ b/opentrack/CMakeLists.txt @@ -4,3 +4,5 @@ if(NOT WIN32) else() target_link_libraries(opentrack-api winmm) endif() +link_with_dinput8(opentrack-api) +target_link_libraries(opentrack-api opentrack-spline-widget) -- cgit v1.2.3