summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/examples/includes
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/examples/includes')
-rw-r--r--kpovmodeler/examples/includes/CMakeLists.txt13
-rw-r--r--kpovmodeler/examples/includes/inlined/CMakeLists.txt18
-rw-r--r--kpovmodeler/examples/includes/original/CMakeLists.txt18
3 files changed, 49 insertions, 0 deletions
diff --git a/kpovmodeler/examples/includes/CMakeLists.txt b/kpovmodeler/examples/includes/CMakeLists.txt
new file mode 100644
index 00000000..5b70b5bc
--- /dev/null
+++ b/kpovmodeler/examples/includes/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2010-2011 Calvin Morrison
+# mutantturkey@gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( inlined )
+add_subdirectory( original )
diff --git a/kpovmodeler/examples/includes/inlined/CMakeLists.txt b/kpovmodeler/examples/includes/inlined/CMakeLists.txt
new file mode 100644
index 00000000..2622cf64
--- /dev/null
+++ b/kpovmodeler/examples/includes/inlined/CMakeLists.txt
@@ -0,0 +1,18 @@
+#################################################
+#
+# (C) 2011 Timothy Pearson
+# kb9vqf (AT) pearsoncomputing.net
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+##### other data ################################
+
+install( FILES
+ chars.kpm finish.kpm glass.kpm golds.kpm metals.kpm shapes.kpm
+ shapes2.kpm shapesq.kpm skies.kpm stars.kpm stones1.kpm stones2.kpm
+ textures.kpm woods.kpm
+ DESTINATION ${DATA_INSTALL_DIR}/kpovmodeler/examples/includes/inlined )
diff --git a/kpovmodeler/examples/includes/original/CMakeLists.txt b/kpovmodeler/examples/includes/original/CMakeLists.txt
new file mode 100644
index 00000000..c5994660
--- /dev/null
+++ b/kpovmodeler/examples/includes/original/CMakeLists.txt
@@ -0,0 +1,18 @@
+#################################################
+#
+# (C) 2011 Timothy Pearson
+# kb9vqf (AT) pearsoncomputing.net
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+##### other data ################################
+
+install( FILES
+ chars.kpm finish.kpm glass.kpm golds.kpm metals.kpm shapes.kpm
+ shapes2.kpm shapesq.kpm skies.kpm stars.kpm stones1.kpm stones2.kpm
+ textures.kpm woods.kpm
+ DESTINATION ${DATA_INSTALL_DIR}/kpovmodeler/examples/includes/original )