rename snoresned to match the rest, add icon to snoresend

This commit is contained in:
Patrick von Reth 2015-07-28 11:11:52 +02:00
parent 4fb22529c6
commit 26f4093f8d
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
add_executable( snore-send main.cpp)
target_link_libraries( snore-send Snore::Libsnore)
ecm_add_app_icon(SNORENOTIFY_SNORESEND_DEPS ICONS ${PROJECT_SOURCE_DIR}/data/128-apps-snore.png)
install(TARGETS snore-send ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
add_executable( snoresend main.cpp ${SNORENOTIFY_SNORESEND_DEPS})
target_link_libraries( snoresend Snore::Libsnore)
install(TARGETS snoresend ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})