diff options
Diffstat (limited to 'emoticons/set1')
-rw-r--r-- | emoticons/set1/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emoticons/set1/CMakeLists.txt b/emoticons/set1/CMakeLists.txt new file mode 100644 index 00000000..b8575ce0 --- /dev/null +++ b/emoticons/set1/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + biggrin.png cry.png oh.png sleep.png smile.png + tongue.png unhappy.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/tweakers.net ) |