summaryrefslogtreecommitdiffstats
path: root/skin
diff options
context:
space:
mode:
Diffstat (limited to 'skin')
-rw-r--r--skin/CMakeLists.txt13
-rw-r--r--skin/raster/CMakeLists.txt13
2 files changed, 26 insertions, 0 deletions
diff --git a/skin/CMakeLists.txt b/skin/CMakeLists.txt
new file mode 100644
index 0000000..9eeaf67
--- /dev/null
+++ b/skin/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2011 Timothy Pearson
+# kb9vqf (AT) pearsoncomputing.net
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( raster )
+add_subdirectory( vector ) \ No newline at end of file
diff --git a/skin/raster/CMakeLists.txt b/skin/raster/CMakeLists.txt
new file mode 100644
index 0000000..62f59c8
--- /dev/null
+++ b/skin/raster/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2011 Timothy Pearson
+# kb9vqf (AT) pearsoncomputing.net
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( 2panels )
+add_subdirectory( default ) \ No newline at end of file