4a8a26b558
svn path=/trunk/KDE/kdebase/workspace/; revision=676200
26 lines
583 B
CMake
26 lines
583 B
CMake
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin_oxy_SRCS
|
|
oxygenclient.cpp
|
|
oxygenbutton.cpp
|
|
oxygen.cpp
|
|
definitions.cpp
|
|
)
|
|
|
|
kde4_automoc(${kwin_oxy_SRCS})
|
|
|
|
kde4_add_plugin(kwin3_oxy ${kwin_oxy_SRCS})
|
|
|
|
|
|
target_link_libraries(kwin3_oxy ${KDE4_KDEFX_LIBS} ${KDE4_KDEUI_LIBS} ${X11_Xrender_LIB} kdecorations)
|
|
|
|
install(TARGETS kwin3_oxy DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES oxygenclient.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|
|
|