dolphin/Source/Core/UICommon/CMakeLists.txt

6 lines
92 B
CMake
Raw Normal View History

set(SRCS UICommon.cpp)
set(LIBS common)
add_dolphin_library(uicommon "${SRCS}" "${LIBS}")