summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-09 22:55:41 +0100
committerAki <please@ignore.pl>2022-02-09 22:55:41 +0100
commitb4e3f5d4837e7da50b19a7064318eae5176887d0 (patch)
tree9f28e1e69900c81b22b6527975b36e422c3197dc /data
parent373dc625f82b47096893add42c4472e4a57ab7eb (diff)
downloadstarshatter-b4e3f5d4837e7da50b19a7064318eae5176887d0.zip
starshatter-b4e3f5d4837e7da50b19a7064318eae5176887d0.tar.gz
starshatter-b4e3f5d4837e7da50b19a7064318eae5176887d0.tar.bz2
Added simplistic install-time configuration
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 410ecbf..1496ec4 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -18,3 +18,10 @@ add_downloadable_resource(
add_datafile(content RESOURCES resource_content)
add_datafile(shatter RESOURCES resource_shatter)
add_datafile(start RESOURCES resource_start)
+install(
+ FILES
+ ${CMAKE_CURRENT_BINARY_DIR}/content.dat
+ ${CMAKE_CURRENT_BINARY_DIR}/shatter.dat
+ ${CMAKE_CURRENT_BINARY_DIR}/start.dat
+ DESTINATION ${CMAKE_INSTALL_PREFIX}
+ )