diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-12-31 03:23:32 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-01 04:39:13 +0100 |
| commit | 9c91d194cd688228baf2214d369ddaa40fb5e6b7 (patch) | |
| tree | 0333a81e95b57f4bdf117767c90f17345672e7ac /Levels | |
| parent | b9886cf7be95586322f9de5991df96b47706612c (diff) | |
| download | airport-9c91d194cd688228baf2214d369ddaa40fb5e6b7.tar.gz | |
Support CMake
Diffstat (limited to 'Levels')
| -rw-r--r-- | Levels/CMakeLists.txt | 18 |
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) |
