kwin/killer/CMakeLists.txt
Laurent Montel 1adecf7737 Fix install icons
Fix install lib under x86_64
Fix install include (remove deprecated cmake macro)
Cleanup

svn path=/branches/work/kwin_composite/; revision=655792
2007-04-19 11:52:53 +00:00

14 lines
346 B
CMake

########### next target ###############
set(kwin_killer_helper_SRCS killer.cpp )
kde4_automoc(kwin_killer_helper ${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})