kde-workspace/knetattach/CMakeLists.txt

16 lines
383 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 ${LIBEXEC_INSTALL_DIR})
########### install files ###############
2015-09-01 04:37:19 +03:00
install(PROGRAMS knetattach.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
2014-11-15 04:16:00 +02:00
2015-09-01 04:37:19 +03:00
kde4_install_icons(${ICON_INSTALL_DIR})
2014-11-15 04:16:00 +02:00