summaryrefslogtreecommitdiffstats
path: root/emoticons
diff options
context:
space:
mode:
Diffstat (limited to 'emoticons')
-rw-r--r--emoticons/BoxedEmoticonSet/CMakeLists.txt17
-rw-r--r--emoticons/CMakeLists.txt23
-rw-r--r--emoticons/GroupWise/CMakeLists.txt14
-rw-r--r--emoticons/KMess-Blue/CMakeLists.txt18
-rw-r--r--emoticons/KMess-Cartoon/CMakeLists.txt18
-rw-r--r--emoticons/KMess-Violet/CMakeLists.txt18
-rw-r--r--emoticons/KMess/CMakeLists.txt26
-rw-r--r--emoticons/ccmathteam.com/CMakeLists.txt17
-rw-r--r--emoticons/greggman.com/CMakeLists.txt17
-rw-r--r--emoticons/phpBB/CMakeLists.txt17
-rw-r--r--emoticons/plain/CMakeLists.txt17
-rw-r--r--emoticons/redones/CMakeLists.txt17
-rw-r--r--emoticons/set1/CMakeLists.txt16
13 files changed, 235 insertions, 0 deletions
diff --git a/emoticons/BoxedEmoticonSet/CMakeLists.txt b/emoticons/BoxedEmoticonSet/CMakeLists.txt
new file mode 100644
index 00000000..7366116e
--- /dev/null
+++ b/emoticons/BoxedEmoticonSet/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
+ angry.png bigsmile.png confused.png cry.png
+ oh.png sad.png shade.png smile.png tongue.png
+ wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/Boxed )
diff --git a/emoticons/CMakeLists.txt b/emoticons/CMakeLists.txt
new file mode 100644
index 00000000..f0a32403
--- /dev/null
+++ b/emoticons/CMakeLists.txt
@@ -0,0 +1,23 @@
+#################################################
+#
+# (C) 2011 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( BoxedEmoticonSet )
+add_subdirectory( ccmathteam.com )
+add_subdirectory( greggman.com )
+add_subdirectory( GroupWise )
+add_subdirectory( KMess )
+add_subdirectory( KMess-Blue )
+add_subdirectory( KMess-Cartoon )
+add_subdirectory( KMess-Violet )
+add_subdirectory( phpBB )
+add_subdirectory( plain )
+add_subdirectory( redones )
+add_subdirectory( set1 )
diff --git a/emoticons/GroupWise/CMakeLists.txt b/emoticons/GroupWise/CMakeLists.txt
new file mode 100644
index 00000000..282aba42
--- /dev/null
+++ b/emoticons/GroupWise/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2011 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ emoticons.xml
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/GroupWise )
diff --git a/emoticons/KMess-Blue/CMakeLists.txt b/emoticons/KMess-Blue/CMakeLists.txt
new file mode 100644
index 00000000..c76e67c6
--- /dev/null
+++ b/emoticons/KMess-Blue/CMakeLists.txt
@@ -0,0 +1,18 @@
+#################################################
+#
+# (C) 2011 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ emoticons.xml
+ angry.png confused.png cry.png
+ embarassed.png omg.png sad.png
+ shade.png smile.png teeth.png
+ tongue.png wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess-Blue )
diff --git a/emoticons/KMess-Cartoon/CMakeLists.txt b/emoticons/KMess-Cartoon/CMakeLists.txt
new file mode 100644
index 00000000..c79bedc8
--- /dev/null
+++ b/emoticons/KMess-Cartoon/CMakeLists.txt
@@ -0,0 +1,18 @@
+#################################################
+#
+# (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 angry.png confused.png cry.png
+ devil.png embarrassed.png omg.png sad.png
+ shade.png smile.png teeth.png tongue.png
+ ugly.png wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess-Cartoon )
diff --git a/emoticons/KMess-Violet/CMakeLists.txt b/emoticons/KMess-Violet/CMakeLists.txt
new file mode 100644
index 00000000..64cd519e
--- /dev/null
+++ b/emoticons/KMess-Violet/CMakeLists.txt
@@ -0,0 +1,18 @@
+#################################################
+#
+# (C) 2011 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ emoticons.xml
+ angry.png confused.png cry.png
+ embarassed.png omg.png sad.png
+ shade.png smile.png teeth.png
+ tongue.png wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess-Violet )
diff --git a/emoticons/KMess/CMakeLists.txt b/emoticons/KMess/CMakeLists.txt
new file mode 100644
index 00000000..5492d045
--- /dev/null
+++ b/emoticons/KMess/CMakeLists.txt
@@ -0,0 +1,26 @@
+#################################################
+#
+# (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 angry.png bat.png beer.png
+ boy.png cake.png camera.png cat.png
+ clock.png cocktail.png confused.png
+ cry.png cup.png devil.png dog.png
+ dude_hug.png embarassed.png email.png
+ film.png girl.png girl_hug.png kiss.png
+ lightbulb.png love.png messenger.png
+ note.png omg.png phone.png present.png
+ rose.png sad.png shade.png smile.png
+ star.png teeth.png thumbs_down.png
+ thumbs_up.png tongue.png unlove.png
+ wilted_rose.png wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess )
diff --git a/emoticons/ccmathteam.com/CMakeLists.txt b/emoticons/ccmathteam.com/CMakeLists.txt
new file mode 100644
index 00000000..00a75041
--- /dev/null
+++ b/emoticons/ccmathteam.com/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
+ biggrin.png confused.png cry.png devil.png
+ oh.png smile.png sunglasses.png tongue.png
+ unhappy.png wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/ccmathteam.com )
diff --git a/emoticons/greggman.com/CMakeLists.txt b/emoticons/greggman.com/CMakeLists.txt
new file mode 100644
index 00000000..c02e35d5
--- /dev/null
+++ b/emoticons/greggman.com/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
+ biggrin.png confused.png kiss.png oh.png
+ smile.png sunglasses.png tongue.png unhappy.png
+ vampire.png wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/greggman.com )
diff --git a/emoticons/phpBB/CMakeLists.txt b/emoticons/phpBB/CMakeLists.txt
new file mode 100644
index 00000000..d119239d
--- /dev/null
+++ b/emoticons/phpBB/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
+ biggrin.png confused.png cry.png devil.png
+ oh.png smile.png sunglasses.png tongue.png
+ unhappy.png wink.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/phpBB )
diff --git a/emoticons/plain/CMakeLists.txt b/emoticons/plain/CMakeLists.txt
new file mode 100644
index 00000000..d88c9173
--- /dev/null
+++ b/emoticons/plain/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
+ biggrin.png confused.png cry.png oh.png
+ smile.png sunglasses.png tongue.png
+ unhappy.png wink.png pig.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/Plain )
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 )
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 )