summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-10-17 00:15:20 +0200
committerAki <please@ignore.pl>2022-10-17 00:15:20 +0200
commit8cf8ef6178659ee3aa59d16fcff4012f2df6f425 (patch)
tree4f5f8bad487f14f3cf1a570c6f188166e83e8120 /data
parent49bc1ee46dcbe1b9113959d04f21b81647112a36 (diff)
downloadstarshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.zip
starshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.tar.gz
starshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.tar.bz2
Naively added components to install targets
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index f8dbc47..026fb14 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -41,10 +41,12 @@ install(
${CMAKE_CURRENT_BINARY_DIR}/shatter.dat
${CMAKE_CURRENT_BINARY_DIR}/start.dat
${CMAKE_CURRENT_BINARY_DIR}/vox.dat
+ COMPONENT Resources
DESTINATION ${CMAKE_INSTALL_PREFIX}
)
install_resource(
resource_vox_campaign
resource_vox_music
+ COMPONENT Resources
DESTINATION ${CMAKE_INSTALL_PREFIX}/
)