mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
CMake: make SDL a private dep of InputCommon
This commit is contained in:
parent
8e0ea92ec3
commit
0eb47e1071
@ -114,8 +114,8 @@ if(ENABLE_SDL)
|
||||
endif()
|
||||
if(SDL_TARGET AND TARGET ${SDL_TARGET})
|
||||
target_sources(inputcommon PRIVATE ControllerInterface/SDL/SDL.cpp)
|
||||
target_link_libraries(inputcommon PUBLIC ${SDL_TARGET})
|
||||
target_compile_definitions(inputcommon PRIVATE -DHAVE_SDL=1)
|
||||
target_link_libraries(inputcommon PRIVATE ${SDL_TARGET})
|
||||
target_compile_definitions(inputcommon PRIVATE "CIFACE_USE_SDL=1")
|
||||
else()
|
||||
message(STATUS "SDL NOT found, disabling SDL input")
|
||||
endif()
|
||||
|
@ -23,9 +23,6 @@
|
||||
#if defined(__APPLE__)
|
||||
#define CIFACE_USE_OSX
|
||||
#endif
|
||||
#if defined(HAVE_SDL) && HAVE_SDL
|
||||
#define CIFACE_USE_SDL
|
||||
#endif
|
||||
#if defined(HAVE_LIBEVDEV) && defined(HAVE_LIBUDEV)
|
||||
#define CIFACE_USE_EVDEV
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user