summaryrefslogtreecommitdiffstats
path: root/src/icons
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-14 02:36:19 +0100
committerSlávek Banko <[email protected]>2021-01-14 02:36:19 +0100
commit5962b7e681adb58055898f2e35665934bd08e235 (patch)
tree27bfe9db16e8dda0090fc3aa352279ae054d69a2 /src/icons
parent81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 (diff)
downloadtork-5962b7e681adb58055898f2e35665934bd08e235.tar.gz
tork-5962b7e681adb58055898f2e35665934bd08e235.zip
cmake: Install application-specific icons in the application folder.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/icons/CMakeLists.txt b/src/icons/CMakeLists.txt
index 7d025a1..03de5cc 100644
--- a/src/icons/CMakeLists.txt
+++ b/src/icons/CMakeLists.txt
@@ -1,3 +1,5 @@
##### icons hicolor
-tde_install_icons()
+tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tork/icons )
+
+tde_install_icons( app-tork )