From 8cf8ef6178659ee3aa59d16fcff4012f2df6f425 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 17 Oct 2022 00:15:20 +0200 Subject: Naively added components to install targets --- data/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') 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}/ ) -- cgit v1.1