2010-12-05 14:15:36 +00:00
|
|
|
set(SRCS Src/VideoConfigDiag.cpp
|
|
|
|
Src/DebuggerPanel.cpp)
|
2010-11-16 00:13:33 +00:00
|
|
|
|
|
|
|
add_library(videouicommon STATIC ${SRCS})
|
2010-11-17 01:03:39 +00:00
|
|
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
2010-11-16 00:13:33 +00:00
|
|
|
add_definitions(-fPIC)
|
2010-11-17 01:03:39 +00:00
|
|
|
endif()
|