mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-13 09:39:11 +01:00
6 lines
92 B
CMake
6 lines
92 B
CMake
|
set(SRCS UICommon.cpp)
|
||
|
|
||
|
set(LIBS common)
|
||
|
|
||
|
add_dolphin_library(uicommon "${SRCS}" "${LIBS}")
|