|
|
|
|
@ -11,11 +11,15 @@ set(kdecorations_LIB_SRCS |
|
|
|
|
|
|
|
|
|
kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS}) |
|
|
|
|
|
|
|
|
|
target_link_libraries(kdecorations ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY}) |
|
|
|
|
target_link_libraries(kdecorations ${KDE4_KDEUI_LIBS}) |
|
|
|
|
|
|
|
|
|
set_target_properties(kdecorations PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) |
|
|
|
|
set_target_properties(kdecorations PROPERTIES |
|
|
|
|
VERSION ${GENERIC_LIB_VERSION} |
|
|
|
|
SOVERSION ${GENERIC_LIB_SOVERSION} |
|
|
|
|
) |
|
|
|
|
install(TARGETS kdecorations ${INSTALL_TARGETS_DEFAULT_ARGS} ) |
|
|
|
|
|
|
|
|
|
kde4_target_link_interface_libraries(kdecorations "${KDE4_KDEUI_LIBS};") |
|
|
|
|
|
|
|
|
|
########### install files ############### |
|
|
|
|
|
|
|
|
|
@ -49,6 +53,7 @@ if(OPENGL_FOUND) |
|
|
|
|
if (DL_LIBRARY) |
|
|
|
|
target_link_libraries(kwineffects ${DL_LIBRARY}) |
|
|
|
|
endif(DL_LIBRARY) |
|
|
|
|
kde4_target_link_interface_libraries(kwineffects "${OPENGL_gl_LIBRARY};") |
|
|
|
|
endif(OPENGL_FOUND) |
|
|
|
|
if (X11_Xrender_FOUND) |
|
|
|
|
target_link_libraries(kwineffects ${X11_Xrender_LIB}) |
|
|
|
|
|