blob: b8575ce0bd792d91babae98214d87bc5a67539a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 )
|