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