mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
7 lines
122 B
CMake
7 lines
122 B
CMake
|
set(SRCS Src/VideoConfigDiag.cpp)
|
||
|
|
||
|
add_library(videouicommon STATIC ${SRCS})
|
||
|
if(UNIX)
|
||
|
add_definitions(-fPIC)
|
||
|
endif(UNIX)
|