kwin/clients/oxygen/CMakeLists.txt
Matthew Woehlke 9e34414113 don't link to kdefx, which is no more
svn path=/trunk/KDE/kdebase/workspace/; revision=719906
2007-10-02 03:31:32 +00:00

24 lines
486 B
CMake

########### next target ###############
set(kwin_oxy_SRCS
lib/helper.cpp
oxygenclient.cpp
oxygenbutton.cpp
oxygen.cpp
definitions.cpp
)
kde4_add_plugin(kwin3_oxy ${kwin_oxy_SRCS})
target_link_libraries(kwin3_oxy ${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/ )