kwin/killer/CMakeLists.txt
Andreas Hartmetz a839698fc7 This should fix the rest of kdebase for linking with gold.
svn path=/trunk/KDE/kdebase/workspace/; revision=839150
2008-07-29 12:54:39 +00:00

10 lines
297 B
CMake

########### next target ###############
set(kwin_killer_helper_SRCS killer.cpp )
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
install(TARGETS kwin_killer_helper ${INSTALL_TARGETS_DEFAULT_ARGS})