2007-04-29 17:35:43 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kwin_killer_helper_SRCS killer.cpp )
|
|
|
|
|
|
|
|
|
|
|
|
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
|
|
|
|
|
2008-07-29 12:54:39 +00:00
|
|
|
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
2010-05-03 15:02:26 +00:00
|
|
|
install(TARGETS kwin_killer_helper DESTINATION ${LIBEXEC_INSTALL_DIR} )
|