diff options
Diffstat (limited to 'kdf/pics/CMakeLists.txt')
-rw-r--r-- | kdf/pics/CMakeLists.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kdf/pics/CMakeLists.txt b/kdf/pics/CMakeLists.txt new file mode 100644 index 0000000..86a0d28 --- /dev/null +++ b/kdf/pics/CMakeLists.txt @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_install_icons( kdf kcmdf kwikdisk) + + +##### other data ################################ + +install( FILES tick.png delete.png + DESTINATION ${DATA_INSTALL_DIR}/kdf/pics +) + |