4f5267e8f8
Use cmake macro Remove not necessary files svn path=/trunk/KDE/kdebase/workspace/; revision=578784
15 lines
328 B
CMake
15 lines
328 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin_killer_helper_SRCS killer.cpp )
|
|
|
|
kde4_automoc(${kwin_killer_helper_SRCS})
|
|
|
|
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})
|
|
|