add more spacing
[personal-kdebase.git] / workspace / kwin / killer / CMakeLists.txt
blob3e7fc646aee9e9bade63f595c21b6bddb8b6e30a
1 ########### next target ###############
3 set(kwin_killer_helper_SRCS killer.cpp )
6 kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
8 target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
10 install(TARGETS kwin_killer_helper ${INSTALL_TARGETS_DEFAULT_ARGS})