From 56f70b43fd5d47f1fbd64ba0eec1490f12dfd339 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 7 Jan 2023 01:54:40 +0100 Subject: Implemented a CMake function to manage resources --- universe/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'universe') diff --git a/universe/CMakeLists.txt b/universe/CMakeLists.txt index 7e8a795..b262854 100644 --- a/universe/CMakeLists.txt +++ b/universe/CMakeLists.txt @@ -11,3 +11,8 @@ target_include_directories( ${PROJECT_NAME} PUBLIC include ) +add_resources( + universe_resources FILES + resources/universe/ship_types.json + resources/universe/turret_types.json +) -- cgit v1.1