Files
dolphin/Source/Core/VideoUICommon/CMakeLists.txt

7 lines
122 B
CMake

set(SRCS Src/VideoConfigDiag.cpp)
add_library(videouicommon STATIC ${SRCS})
if(UNIX)
add_definitions(-fPIC)
endif(UNIX)