mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 00:05:34 +01:00
5 lines
115 B
CMake
5 lines
115 B
CMake
|
set(SRCS Src/WXInputBase.cpp)
|
||
|
|
||
|
add_library(inputuicommon ${SRCS})
|
||
|
target_link_libraries(inputuicommon inputcommon)
|