kde-workspace/knetattach/CMakeLists.txt

21 lines
417 B
Text
Raw Normal View History

2015-09-01 04:37:19 +03:00
set(knetattach_SRCS main.cpp knetattach.cpp knetattach.ui )
2014-11-15 04:16:00 +02:00
2015-09-01 04:37:19 +03:00
add_executable(knetattach ${knetattach_SRCS})
2014-11-15 04:16:00 +02:00
2015-09-01 04:37:19 +03:00
target_link_libraries(knetattach ${KDE4_KIO_LIBS})
2014-11-15 04:16:00 +02:00
install(
TARGETS knetattach
DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR}
)
2014-11-15 04:16:00 +02:00
########### install files ###############
install(
PROGRAMS knetattach.desktop
DESTINATION ${KDE4_XDG_APPS_INSTALL_DIR}
)
2014-11-15 04:16:00 +02:00
kde4_install_icons(${KDE4_ICON_INSTALL_DIR})
2014-11-15 04:16:00 +02:00