summaryrefslogtreecommitdiffstats
path: root/icewm-themes
diff options
context:
space:
mode:
Diffstat (limited to 'icewm-themes')
-rw-r--r--icewm-themes/CMakeLists.txt13
-rw-r--r--icewm-themes/MenschMaschine/CMakeLists.txt26
-rw-r--r--icewm-themes/Model/CMakeLists.txt25
3 files changed, 64 insertions, 0 deletions
diff --git a/icewm-themes/CMakeLists.txt b/icewm-themes/CMakeLists.txt
new file mode 100644
index 00000000..7716db27
--- /dev/null
+++ b/icewm-themes/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2011 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( MenschMaschine )
+add_subdirectory( Model ) \ No newline at end of file
diff --git a/icewm-themes/MenschMaschine/CMakeLists.txt b/icewm-themes/MenschMaschine/CMakeLists.txt
new file mode 100644
index 00000000..b1487754
--- /dev/null
+++ b/icewm-themes/MenschMaschine/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
+ closeA.xpm closeI.xpm frameAB.xpm
+ frameABL.xpm frameABR.xpm frameAL.xpm
+ frameAR.xpm frameAT.xpm frameATL.xpm
+ frameATR.xpm frameIB.xpm frameIBL.xpm
+ frameIBR.xpm frameIL.xpm frameIR.xpm
+ frameIT.xpm frameITL.xpm frameITR.xpm
+ maximizeA.xpm maximizeI.xpm menuButtonA.xpm
+ menuButtonI.xpm minimizeA.xpm minimizeI.xpm
+ restoreA.xpm restoreI.xpm titleAB.xpm
+ titleAL.xpm titleAM.xpm titleAR.xpm
+ titleAT.xpm titleIB.xpm titleIL.xpm
+ titleIM.xpm titleIR.xpm titleIT.xpm
+ default.theme
+ DESTINATION ${DATA_INSTALL_DIR}/kwin/icewm-themes/MenschMaschine )
diff --git a/icewm-themes/Model/CMakeLists.txt b/icewm-themes/Model/CMakeLists.txt
new file mode 100644
index 00000000..8759da46
--- /dev/null
+++ b/icewm-themes/Model/CMakeLists.txt
@@ -0,0 +1,25 @@
+#################################################
+#
+# (C) 2011 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ closeA.xpm closeI.xpm frameAB.xpm
+ frameABL.xpm frameABR.xpm frameAL.xpm
+ frameAR.xpm frameAT.xpm frameATL.xpm
+ frameATR.xpm frameIB.xpm frameIBL.xpm
+ frameIBR.xpm frameIL.xpm frameIR.xpm
+ frameIT.xpm frameITL.xpm frameITR.xpm
+ maximizeA.xpm maximizeI.xpm menuButtonA.xpm
+ menuButtonI.xpm minimizeA.xpm minimizeI.xpm
+ restoreA.xpm restoreI.xpm titleAB.xpm
+ titleAL.xpm titleAM.xpm titleAT.xpm
+ titleIB.xpm titleIL.xpm titleIM.xpm
+ titleIT.xpm default.theme
+DESTINATION ${DATA_INSTALL_DIR}/kwin/icewm-themes/Model )