summaryrefslogtreecommitdiffstats
path: root/maps
diff options
context:
space:
mode:
Diffstat (limited to 'maps')
-rw-r--r--maps/CMakeLists.txt2
-rw-r--r--maps/mspacman/CMakeLists.txt6
2 files changed, 8 insertions, 0 deletions
diff --git a/maps/CMakeLists.txt b/maps/CMakeLists.txt
new file mode 100644
index 0000000..7f65e79
--- /dev/null
+++ b/maps/CMakeLists.txt
@@ -0,0 +1,2 @@
+
+add_subdirectory( mspacman )
diff --git a/maps/mspacman/CMakeLists.txt b/maps/mspacman/CMakeLists.txt
new file mode 100644
index 0000000..e3e2d5a
--- /dev/null
+++ b/maps/mspacman/CMakeLists.txt
@@ -0,0 +1,6 @@
+##### other data
+
+install(
+ FILES map01 map02 map03 map04
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/maps/mspacman
+)