1adecf7737
Fix install lib under x86_64 Fix install include (remove deprecated cmake macro) Cleanup svn path=/branches/work/kwin_composite/; revision=655792
14 lines
346 B
CMake
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})
|