not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kwin / clients / oxygen / CMakeLists.txt
blob41e641d1ca365ca6e00bbdfb15b6d5b74d5fd52d
1 add_subdirectory( config ) 
3 ########### next target ###############
5 set(kwin_oxygen_SRCS
6      lib/helper.cpp
7      oxygenclient.cpp
8      oxygenbutton.cpp
9      oxygen.cpp
10    )
12 kde4_add_plugin(kwin3_oxygen ${kwin_oxygen_SRCS})
15 target_link_libraries(kwin3_oxygen ${KDE4_KDEUI_LIBS} ${X11_Xrender_LIB} kdecorations)
17 install(TARGETS kwin3_oxygen  DESTINATION ${PLUGIN_INSTALL_DIR} )
19 ########### install files ###############
21 install( FILES oxygenclient.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kwin/ )