From 9c91d194cd688228baf2214d369ddaa40fb5e6b7 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 31 Dec 2020 03:23:32 +0100 Subject: Support CMake --- Levels/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Levels/CMakeLists.txt (limited to 'Levels') 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) -- cgit v1.2.3