From 6e7af85c52e994fada7f989f4af2a6e793dedac9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 10 Aug 2016 12:02:00 +0200 Subject: dinput: split from logic module For use in the joystick module. --- tracker-joystick/CMakeLists.txt | 2 +- tracker-joystick/ftnoir_tracker_joystick.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tracker-joystick') diff --git a/tracker-joystick/CMakeLists.txt b/tracker-joystick/CMakeLists.txt index e0b6f281..03f14b62 100644 --- a/tracker-joystick/CMakeLists.txt +++ b/tracker-joystick/CMakeLists.txt @@ -1,5 +1,5 @@ if(WIN32) opentrack_boilerplate(opentrack-tracker-joystick) - target_link_libraries(opentrack-tracker-joystick opentrack-logic) + target_link_libraries(opentrack-tracker-joystick opentrack-dinput) endif() diff --git a/tracker-joystick/ftnoir_tracker_joystick.h b/tracker-joystick/ftnoir_tracker_joystick.h index 31f1dee7..2d776ebf 100644 --- a/tracker-joystick/ftnoir_tracker_joystick.h +++ b/tracker-joystick/ftnoir_tracker_joystick.h @@ -17,7 +17,7 @@ #include #include "opentrack/plugin-api.hpp" -#include "opentrack-logic/win32-joystick.hpp" +#include "opentrack-dinput/win32-joystick.hpp" #include "opentrack-compat/options.hpp" using namespace options; -- cgit v1.2.3