diff options
Diffstat (limited to 'kjots/icons')
-rw-r--r-- | kjots/icons/CMakeLists.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kjots/icons/CMakeLists.txt b/kjots/icons/CMakeLists.txt new file mode 100644 index 0000000..0a7dc53 --- /dev/null +++ b/kjots/icons/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( kjots) + + +##### other data ################################ + +install( FILES filedel.png + DESTINATION ${DATA_INSTALL_DIR}/kjots/pics +) + |