diff options
Diffstat (limited to 'amor/data/pics/preview')
-rw-r--r-- | amor/data/pics/preview/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/amor/data/pics/preview/CMakeLists.txt b/amor/data/pics/preview/CMakeLists.txt new file mode 100644 index 0000000..905376d --- /dev/null +++ b/amor/data/pics/preview/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES billy.png bonhomme.png ghost.png + neko.png tux.png blob.png bsd.png eyes.png + tao.png worm.png + DESTINATION + ${DATA_INSTALL_DIR}/amor/pics/preview +) + |