cmake: Add XInput file to the InputCommon target

This commit is contained in:
Florent Castelli 2017-01-21 02:37:01 +01:00
parent 796ca00f3c
commit 59fb8042d1
1 changed files with 1 additions and 0 deletions

View File

@ -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)