diff options
Diffstat (limited to 'maps/mspacman/CMakeLists.txt')
-rw-r--r-- | maps/mspacman/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 +) |