mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-04 11:56:48 +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)
|