kwin/killer/CMakeLists.txt
Laurent Montel 4f5267e8f8 Clean up
Use cmake macro
Remove not necessary files

svn path=/trunk/KDE/kdebase/workspace/; revision=578784
2006-08-30 08:33:11 +00:00

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})