Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kdesu / kdesu / CMakeLists.txt
blob544956e0f1f50a3cf997848518c354f33368954b
5 ########### next target ###############
7 set(kdesu_SRCS kdesu.cpp sudlg.cpp )
10 kde4_add_executable(kdesu_executable ${kdesu_SRCS})
11 # in KDELibsDependencies.cmake installed by kdelibs there is a dependency to "kdesu"
12 # which is then recognized here as the target name for this executable
13 # so give the target here a different name and use the OUTPUT_NAME property to 
14 # give it the name kdesu
15 set_target_properties(kdesu_executable PROPERTIES OUTPUT_NAME kdesu)
17 target_link_libraries(kdesu_executable  ${KDE4_KDEUI_LIBS} ${KDE4_KDESU_LIBS} )
19 install(TARGETS kdesu_executable DESTINATION ${LIBEXEC_INSTALL_DIR})