2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kwin_killer_helper_SRCS killer.cpp )
|
|
|
|
|
2007-04-29 22:04:13 +00:00
|
|
|
kde4_automoc(${kwin_killer_helper_SRCS})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} )
|
|
|
|
|
|
|
|
install(TARGETS kwin_killer_helper DESTINATION ${BIN_INSTALL_DIR})
|