diff options
author | Aki <please@ignore.pl> | 2023-01-07 01:54:40 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-01-07 01:54:40 +0100 |
commit | 56f70b43fd5d47f1fbd64ba0eec1490f12dfd339 (patch) | |
tree | a5c14033ea1d14514e3c627d5c60862840d7cb2e /universe | |
parent | 99cfb30eeaafac7b11ea8562202e1fece5d3c363 (diff) | |
download | kurator-56f70b43fd5d47f1fbd64ba0eec1490f12dfd339.zip kurator-56f70b43fd5d47f1fbd64ba0eec1490f12dfd339.tar.gz kurator-56f70b43fd5d47f1fbd64ba0eec1490f12dfd339.tar.bz2 |
Implemented a CMake function to manage resources
Diffstat (limited to 'universe')
-rw-r--r-- | universe/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 +) |