Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kcmshell / CMakeLists.txt
blobf973d0efdce65970248a5a345db21c2f0479df17
2 set(kcmshell_KDEINIT_SRCS main.cpp )
4 kde4_add_kdeinit_executable( kcmshell4 ${kcmshell_KDEINIT_SRCS})
6 target_link_libraries(kdeinit_kcmshell4 ${KDE4_KUTILS_LIBS} )
8 install(TARGETS kdeinit_kcmshell4  DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})
10 target_link_libraries( kcmshell4 kdeinit_kcmshell4 )
11 install(TARGETS kcmshell4 DESTINATION ${BIN_INSTALL_DIR} )