2022-02-24 22:38:26 +01:00
|
|
|
target_sources(Engine
|
2022-11-17 16:47:42 +01:00
|
|
|
PRIVATE
|
2020-05-05 01:51:13 +02:00
|
|
|
Asset.h
|
|
|
|
|
Asset.cpp
|
2020-06-02 11:46:18 +02:00
|
|
|
AssetRegistry.h
|
|
|
|
|
AssetRegistry.cpp
|
2022-04-13 13:01:35 +02:00
|
|
|
FontAsset.h
|
|
|
|
|
FontAsset.cpp
|
2023-03-07 21:25:56 +01:00
|
|
|
LevelAsset.h
|
|
|
|
|
LevelAsset.cpp
|
2023-01-21 18:43:21 +01:00
|
|
|
MaterialAsset.h
|
|
|
|
|
MaterialAsset.cpp
|
|
|
|
|
MaterialInstanceAsset.h
|
|
|
|
|
MaterialInstanceAsset.cpp
|
2020-06-02 11:46:18 +02:00
|
|
|
MeshAsset.h
|
|
|
|
|
MeshAsset.cpp
|
|
|
|
|
TextureAsset.h
|
2023-02-24 22:09:07 +01:00
|
|
|
TextureAsset.cpp)
|
2022-11-22 22:11:37 +01:00
|
|
|
|
|
|
|
|
target_sources(Engine
|
|
|
|
|
PUBLIC FILE_SET HEADERS
|
|
|
|
|
FILES
|
|
|
|
|
Asset.h
|
|
|
|
|
AssetRegistry.h
|
|
|
|
|
FontAsset.h
|
2023-03-07 21:25:56 +01:00
|
|
|
LevelAsset.h
|
2023-01-21 18:43:21 +01:00
|
|
|
MaterialAsset.h
|
|
|
|
|
MaterialInstanceAsset.h
|
2022-11-22 22:11:37 +01:00
|
|
|
MeshAsset.h
|
2023-02-24 22:09:07 +01:00
|
|
|
TextureAsset.h)
|