Files
Seele/src/Engine/Asset/CMakeLists.txt
T

16 lines
359 B
CMake
Raw Normal View History

2020-05-05 01:51:13 +02:00
target_sources(SeeleEngine
PRIVATE
Asset.h
Asset.cpp
2020-06-02 11:46:18 +02:00
AssetRegistry.h
AssetRegistry.cpp
MaterialLoader.h
MaterialLoader.cpp
MeshAsset.h
MeshAsset.cpp
MeshLoader.h
MeshLoader.cpp
TextureAsset.h
TextureAsset.cpp
TextureLoader.h
TextureLoader.cpp)