mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
d8276923fc
changing merely the file permissions is the repo is quite a noop as far as cmake is concerned. svn path=/trunk/KDE/kdebase/apps/; revision=1187438
13 lines
346 B
CMake
13 lines
346 B
CMake
add_subdirectory(kcm)
|
|
|
|
set(kdepasswd_SRCS
|
|
kdepasswd.cpp
|
|
passwd.cpp
|
|
passwddlg.cpp)
|
|
|
|
kde4_add_executable(kdepasswd ${kdepasswd_SRCS})
|
|
|
|
target_link_libraries(kdepasswd ${KDE4_KIO_LIBS} ${KDE4_KDESU_LIBS})
|
|
|
|
install(TARGETS kdepasswd ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
install(PROGRAMS kdepasswd.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|