aboutsummaryrefslogtreecommitdiff
path: root/Levels
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-12-31 03:23:32 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-01-01 04:39:13 +0100
commit9c91d194cd688228baf2214d369ddaa40fb5e6b7 (patch)
tree0333a81e95b57f4bdf117767c90f17345672e7ac /Levels
parentb9886cf7be95586322f9de5991df96b47706612c (diff)
downloadairport-9c91d194cd688228baf2214d369ddaa40fb5e6b7.tar.gz
Support CMake
Diffstat (limited to 'Levels')
-rw-r--r--Levels/CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Levels/CMakeLists.txt b/Levels/CMakeLists.txt
new file mode 100644
index 0000000..4e04df0
--- /dev/null
+++ b/Levels/CMakeLists.txt
@@ -0,0 +1,18 @@
+if(NOT EXISTS ${cdroot}/DATA/LEVELS)
+ file(MAKE_DIRECTORY ${cdroot}/DATA/LEVELS)
+endif()
+
+file(COPY
+ EASY.PLT
+ LEVEL18.LVL
+ LEVEL18.PLT
+ LEVEL1.LVL
+ LEVEL1.PLT
+ LEVEL2.LVL
+ LEVEL2.PLT
+ LEVEL3.LVL
+ LEVEL3.PLT
+ TUTORIA1.PLT
+ XAMI.LVL
+ XAMI.PLT
+ DESTINATION ${cdroot}/DATA/LEVELS)