mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-06 04:38:37 +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}")
|