6 lines
92 B
CMake
6 lines
92 B
CMake
|
set(SRCS UICommon.cpp)
|
||
|
|
||
|
set(LIBS common)
|
||
|
|
||
|
add_dolphin_library(uicommon "${SRCS}" "${LIBS}")
|