dolphin/Source/Core/VideoUICommon/CMakeLists.txt

7 lines
150 B
CMake

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