Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / kdepasswd / CMakeLists.txt
blob96d8f0403505bf09bd82d66a24a8c856cb1413ab
1 add_subdirectory(kcm)
3 set(kdepasswd_SRCS
4     kdepasswd.cpp
5     passwd.cpp
6     passwddlg.cpp)
8 kde4_add_executable(kdepasswd ${kdepasswd_SRCS})
10 target_link_libraries(kdepasswd ${KDE4_KIO_LIBS} ${KDE4_KDESU_LIBS})
12 install(TARGETS kdepasswd DESTINATION ${BIN_INSTALL_DIR})
13 install(FILES kdepasswd.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})