2008-06-07 23:06:31 +00:00
|
|
|
add_subdirectory( config )
|
|
|
|
|
2007-06-15 20:48:52 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
2007-11-04 22:32:55 +00:00
|
|
|
set(kwin_oxygen_SRCS
|
2007-08-21 21:48:45 +00:00
|
|
|
lib/helper.cpp
|
2009-06-10 21:02:50 +00:00
|
|
|
lib/tileset.cpp
|
2007-07-19 01:32:16 +00:00
|
|
|
oxygenclient.cpp
|
|
|
|
oxygenbutton.cpp
|
2007-06-15 20:48:52 +00:00
|
|
|
oxygen.cpp
|
|
|
|
)
|
|
|
|
|
2007-11-04 22:32:55 +00:00
|
|
|
kde4_add_plugin(kwin3_oxygen ${kwin_oxygen_SRCS})
|
2007-06-15 20:48:52 +00:00
|
|
|
|
|
|
|
|
2007-11-04 22:32:55 +00:00
|
|
|
target_link_libraries(kwin3_oxygen ${KDE4_KDEUI_LIBS} ${X11_Xrender_LIB} kdecorations)
|
2007-06-15 20:48:52 +00:00
|
|
|
|
2007-11-04 22:32:55 +00:00
|
|
|
install(TARGETS kwin3_oxygen DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2007-06-15 20:48:52 +00:00
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES oxygenclient.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|
|
|