2018-03-24 14:13:48 -04:00
|
|
|
add_library(inputcommon
|
2019-08-17 14:40:58 -05:00
|
|
|
DynamicInputTextureManager.cpp
|
|
|
|
DynamicInputTextureManager.h
|
2022-04-19 14:41:13 -07:00
|
|
|
GCAdapter.cpp
|
|
|
|
GCAdapter.h
|
2019-08-17 14:40:58 -05:00
|
|
|
ImageOperations.cpp
|
|
|
|
ImageOperations.h
|
2018-03-24 14:13:48 -04:00
|
|
|
InputConfig.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
InputConfig.h
|
2018-04-13 23:51:32 -05:00
|
|
|
InputProfile.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
InputProfile.h
|
2017-01-29 22:32:04 -05:00
|
|
|
ControllerEmu/ControllerEmu.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControllerEmu.h
|
2018-12-21 16:11:00 -06:00
|
|
|
ControllerEmu/StickGate.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/StickGate.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/Control/Control.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/Control/Control.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/Control/Input.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/Control/Input.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/Control/Output.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/Control/Output.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/AnalogStick.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/AnalogStick.h
|
2019-01-01 08:32:39 -06:00
|
|
|
ControllerEmu/ControlGroup/Attachments.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/Attachments.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/Buttons.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/Buttons.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/ControlGroup.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/ControlGroup.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/Cursor.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/Cursor.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/Force.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/Force.h
|
2019-09-06 17:09:30 +02:00
|
|
|
ControllerEmu/ControlGroup/IMUAccelerometer.cpp
|
|
|
|
ControllerEmu/ControlGroup/IMUAccelerometer.h
|
|
|
|
ControllerEmu/ControlGroup/IMUCursor.cpp
|
|
|
|
ControllerEmu/ControlGroup/IMUCursor.h
|
|
|
|
ControllerEmu/ControlGroup/IMUGyroscope.cpp
|
|
|
|
ControllerEmu/ControlGroup/IMUGyroscope.h
|
2024-01-10 05:26:29 +01:00
|
|
|
ControllerEmu/ControlGroup/IRPassthrough.cpp
|
|
|
|
ControllerEmu/ControlGroup/IRPassthrough.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/MixedTriggers.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/MixedTriggers.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/ModifySettingsButton.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/ModifySettingsButton.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/Slider.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/Slider.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/Tilt.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/Tilt.h
|
2017-02-08 22:15:43 -05:00
|
|
|
ControllerEmu/ControlGroup/Triggers.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/ControlGroup/Triggers.h
|
2017-02-26 12:00:24 -08:00
|
|
|
ControllerEmu/Setting/NumericSetting.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerEmu/Setting/NumericSetting.h
|
2019-10-26 18:05:16 +02:00
|
|
|
ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp
|
|
|
|
ControllerInterface/DualShockUDPClient/DualShockUDPClient.h
|
|
|
|
ControllerInterface/DualShockUDPClient/DualShockUDPProto.h
|
2013-06-16 20:07:10 -04:00
|
|
|
ControllerInterface/ControllerInterface.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/ControllerInterface.h
|
2020-09-15 04:34:41 -07:00
|
|
|
ControllerInterface/CoreDevice.cpp
|
|
|
|
ControllerInterface/CoreDevice.h
|
2022-10-22 16:13:35 -05:00
|
|
|
ControllerInterface/InputBackend.cpp
|
|
|
|
ControllerInterface/InputBackend.h
|
2022-02-20 18:32:39 +01:00
|
|
|
ControllerInterface/MappingCommon.cpp
|
|
|
|
ControllerInterface/MappingCommon.h
|
2020-09-15 04:24:25 -07:00
|
|
|
ControllerInterface/Wiimote/WiimoteController.cpp
|
|
|
|
ControllerInterface/Wiimote/WiimoteController.h
|
2016-10-11 17:48:38 -07:00
|
|
|
ControlReference/ControlReference.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControlReference/ControlReference.h
|
2016-10-11 17:48:38 -07:00
|
|
|
ControlReference/ExpressionParser.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControlReference/ExpressionParser.h
|
2019-01-26 12:17:30 -06:00
|
|
|
ControlReference/FunctionExpression.cpp
|
|
|
|
ControlReference/FunctionExpression.h
|
2021-02-14 20:47:00 -06:00
|
|
|
DynamicInputTextures/DITConfiguration.cpp
|
|
|
|
DynamicInputTextures/DITConfiguration.h
|
2021-02-14 21:20:47 -06:00
|
|
|
DynamicInputTextures/DITData.h
|
2021-02-14 23:14:02 -06:00
|
|
|
DynamicInputTextures/DITSpecification.cpp
|
|
|
|
DynamicInputTextures/DITSpecification.h
|
2016-10-11 17:48:38 -07:00
|
|
|
)
|
2018-03-24 14:13:48 -04:00
|
|
|
|
2019-11-22 14:10:28 -05:00
|
|
|
target_link_libraries(inputcommon
|
|
|
|
PUBLIC
|
2018-03-24 14:13:48 -04:00
|
|
|
common
|
2019-11-22 14:10:28 -05:00
|
|
|
|
|
|
|
PRIVATE
|
|
|
|
fmt::fmt
|
2023-04-16 00:57:34 -05:00
|
|
|
sfml-network
|
|
|
|
spng::spng
|
2018-03-24 14:13:48 -04:00
|
|
|
)
|
2014-08-01 23:23:52 -07:00
|
|
|
|
2010-11-01 15:47:02 +00:00
|
|
|
if(WIN32)
|
2018-03-24 14:13:48 -04:00
|
|
|
target_sources(inputcommon PRIVATE
|
2010-11-01 15:47:02 +00:00
|
|
|
ControllerInterface/DInput/DInput.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/DInput/DInput.h
|
|
|
|
ControllerInterface/DInput/DInput8.h
|
2010-11-01 15:47:02 +00:00
|
|
|
ControllerInterface/DInput/DInputJoystick.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/DInput/DInputJoystick.h
|
2010-11-01 15:47:02 +00:00
|
|
|
ControllerInterface/DInput/DInputKeyboardMouse.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/DInput/DInputKeyboardMouse.h
|
|
|
|
ControllerInterface/DInput/NamedKeys.h
|
2017-01-21 02:37:01 +01:00
|
|
|
ControllerInterface/DInput/XInputFilter.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/DInput/XInputFilter.h
|
2017-11-10 09:56:13 -08:00
|
|
|
ControllerInterface/Win32/Win32.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/Win32/Win32.h
|
2020-10-20 11:30:15 -05:00
|
|
|
ControllerInterface/WGInput/WGInput.cpp
|
|
|
|
ControllerInterface/WGInput/WGInput.h
|
2014-02-05 19:28:32 +09:00
|
|
|
ControllerInterface/XInput/XInput.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/XInput/XInput.h
|
2014-02-05 19:28:32 +09:00
|
|
|
ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/ForceFeedback/ForceFeedbackDevice.h
|
2014-02-05 19:28:32 +09:00
|
|
|
)
|
2015-01-03 13:17:57 +01:00
|
|
|
elseif(APPLE)
|
2018-03-24 14:13:48 -04:00
|
|
|
target_sources(inputcommon PRIVATE
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/Quartz/Quartz.h
|
2016-08-08 09:38:22 -07:00
|
|
|
ControllerInterface/Quartz/Quartz.mm
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/Quartz/QuartzKeyboardAndMouse.h
|
2016-08-08 09:38:22 -07:00
|
|
|
ControllerInterface/Quartz/QuartzKeyboardAndMouse.mm
|
2014-01-29 08:11:51 +09:00
|
|
|
)
|
2018-03-29 11:53:19 -04:00
|
|
|
target_link_libraries(inputcommon PRIVATE
|
2018-03-24 14:13:48 -04:00
|
|
|
${COREFOUNDATION_LIBRARY}
|
|
|
|
${CARBON_LIBRARY}
|
|
|
|
${COCOA_LIBRARY}
|
2018-03-29 11:53:19 -04:00
|
|
|
${FORCEFEEDBACK_LIBRARY}
|
2018-03-24 14:13:48 -04:00
|
|
|
)
|
2022-08-12 02:09:53 -05:00
|
|
|
target_compile_options(inputcommon PRIVATE
|
|
|
|
-fobjc-arc
|
|
|
|
)
|
2010-11-01 15:47:02 +00:00
|
|
|
elseif(X11_FOUND)
|
2024-04-18 10:58:08 +00:00
|
|
|
target_include_directories(inputcommon PUBLIC ${X11_INPUT_INCLUDE_DIRS})
|
2018-03-24 14:13:48 -04:00
|
|
|
target_sources(inputcommon PRIVATE
|
2016-09-03 15:23:34 -07:00
|
|
|
ControllerInterface/Xlib/XInput2.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/Xlib/XInput2.h
|
2016-09-03 15:23:34 -07:00
|
|
|
)
|
2024-04-18 10:58:08 +00:00
|
|
|
target_link_libraries(inputcommon PRIVATE PkgConfig::X11_INPUT)
|
2013-04-14 23:02:53 -05:00
|
|
|
elseif(ANDROID)
|
2018-03-24 14:13:48 -04:00
|
|
|
target_compile_definitions(inputcommon PRIVATE -DCIFACE_USE_ANDROID)
|
|
|
|
target_sources(inputcommon PRIVATE
|
2016-01-06 01:00:02 -06:00
|
|
|
ControllerInterface/Android/Android.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/Android/Android.h
|
2021-04-03 13:49:26 +02:00
|
|
|
ControllerInterface/Touch/InputOverrider.cpp
|
|
|
|
ControllerInterface/Touch/InputOverrider.h
|
2016-01-06 01:00:02 -06:00
|
|
|
)
|
2021-12-31 16:14:15 +01:00
|
|
|
target_link_libraries(inputcommon PRIVATE
|
|
|
|
androidcommon
|
|
|
|
)
|
2010-11-01 15:47:02 +00:00
|
|
|
endif()
|
|
|
|
|
2022-04-19 14:41:13 -07:00
|
|
|
if(NOT ANDROID)
|
2023-04-16 00:57:34 -05:00
|
|
|
target_link_libraries(inputcommon PUBLIC LibUSB::LibUSB)
|
2016-09-28 13:32:13 -04:00
|
|
|
endif()
|
2015-12-31 10:27:51 -06:00
|
|
|
|
2015-06-29 12:17:35 +12:00
|
|
|
if(LIBEVDEV_FOUND AND LIBUDEV_FOUND)
|
2018-04-10 09:53:08 -04:00
|
|
|
target_sources(inputcommon
|
|
|
|
PRIVATE
|
2018-03-24 14:13:48 -04:00
|
|
|
ControllerInterface/evdev/evdev.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/evdev/evdev.h
|
2018-03-24 14:13:48 -04:00
|
|
|
)
|
2018-04-10 09:33:00 -04:00
|
|
|
target_include_directories(inputcommon
|
|
|
|
PRIVATE
|
|
|
|
${LIBEVDEV_INCLUDE_DIR}
|
|
|
|
${LIBUDEV_INCLUDE_DIR}
|
|
|
|
)
|
2018-04-10 09:53:08 -04:00
|
|
|
target_link_libraries(inputcommon
|
|
|
|
PRIVATE
|
2018-03-24 14:13:48 -04:00
|
|
|
${LIBEVDEV_LIBRARY}
|
|
|
|
${LIBUDEV_LIBRARY}
|
|
|
|
)
|
2015-06-29 12:17:35 +12:00
|
|
|
endif()
|
|
|
|
|
2015-10-24 20:20:03 -07:00
|
|
|
if(UNIX)
|
2018-03-24 14:13:48 -04:00
|
|
|
target_sources(inputcommon PRIVATE
|
|
|
|
ControllerInterface/Pipes/Pipes.cpp
|
2019-05-29 05:17:46 -04:00
|
|
|
ControllerInterface/Pipes/Pipes.h
|
2018-03-24 14:13:48 -04:00
|
|
|
)
|
2015-10-24 20:20:03 -07:00
|
|
|
endif()
|
|
|
|
|
2023-04-16 00:57:34 -05:00
|
|
|
if(ENABLE_SDL)
|
2021-08-06 15:22:18 -04:00
|
|
|
target_sources(inputcommon PRIVATE
|
|
|
|
ControllerInterface/SDL/SDL.cpp
|
|
|
|
ControllerInterface/SDL/SDL.h
|
|
|
|
)
|
|
|
|
target_link_libraries(inputcommon PRIVATE SDL2::SDL2)
|
2023-04-16 00:57:34 -05:00
|
|
|
target_compile_definitions(inputcommon PUBLIC HAVE_SDL2=1)
|
2017-01-26 00:21:54 +01:00
|
|
|
endif()
|
2022-05-22 01:19:44 +02:00
|
|
|
|
|
|
|
if(MSVC)
|
|
|
|
# Add precompiled header
|
|
|
|
target_link_libraries(inputcommon PRIVATE use_pch)
|
|
|
|
endif()
|
2023-04-20 00:49:50 +01:00
|
|
|
|
|
|
|
if(TARGET Hidapi::Hidapi)
|
|
|
|
target_sources(inputcommon
|
|
|
|
PRIVATE
|
|
|
|
ControllerInterface/SteamDeck/SteamDeck.cpp
|
|
|
|
ControllerInterface/SteamDeck/SteamDeck.h
|
|
|
|
)
|
|
|
|
target_link_libraries(inputcommon PUBLIC Hidapi::Hidapi)
|
|
|
|
target_compile_definitions(inputcommon PRIVATE -DHAVE_HIDAPI=1)
|
|
|
|
endif()
|