From 59fb8042d1b5646b7f1d0b4cff42ed6fc421f980 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Sat, 21 Jan 2017 02:37:01 +0100 Subject: [PATCH] cmake: Add XInput file to the InputCommon target --- Source/Core/InputCommon/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/InputCommon/CMakeLists.txt b/Source/Core/InputCommon/CMakeLists.txt index 7376dcec1d..42907c2941 100644 --- a/Source/Core/InputCommon/CMakeLists.txt +++ b/Source/Core/InputCommon/CMakeLists.txt @@ -10,6 +10,7 @@ if(WIN32) ControllerInterface/DInput/DInput.cpp ControllerInterface/DInput/DInputJoystick.cpp ControllerInterface/DInput/DInputKeyboardMouse.cpp + ControllerInterface/DInput/XInputFilter.cpp ControllerInterface/XInput/XInput.cpp ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp) elseif(APPLE)