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