2006-05-12 00:08:30 +00:00
|
|
|
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2007-01-30 23:57:40 +00:00
|
|
|
set(kcm_kwindecoration_PART_SRCS kwindecoration.cpp buttons.cpp preview.cpp )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2007-04-03 13:27:51 +00:00
|
|
|
kde4_automoc(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
2007-04-02 13:07:20 +00:00
|
|
|
kde4_add_plugin(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS})
|
2007-03-14 17:26:32 +00:00
|
|
|
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2007-04-03 13:27:51 +00:00
|
|
|
|
2007-04-02 13:07:20 +00:00
|
|
|
target_link_libraries(kcm_kwindecoration ${KDE4_KDE3SUPPORT_LIBS} kdecorations ${X11_LIBRARIES})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-07-04 17:09:53 +00:00
|
|
|
install(TARGETS kcm_kwindecoration DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
install( FILES kwindecoration.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|