mirror of
https://github.com/citra-emu/citra.git
synced 2025-07-01 09:30:22 +00:00
8 lines
131 B
CMake
8 lines
131 B
CMake
set(SRCS input_common.cpp)
|
|
|
|
if(SDL2_FOUND)
|
|
set(SRCS sdl_input/sdl_input.cpp)
|
|
endif()
|
|
|
|
add_library(input_common STATIC ${SRCS})
|