Engine is now installable

This commit is contained in:
Dynamitos
2022-11-22 22:11:37 +01:00
parent d401027caf
commit 3d3e264867
47 changed files with 323 additions and 1031 deletions
+14 -1
View File
@@ -17,4 +17,17 @@ target_sources(Engine
TextureAsset.h
TextureAsset.cpp
TextureLoader.h
TextureLoader.cpp)
TextureLoader.cpp)
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
Asset.h
AssetRegistry.h
FontAsset.h
FontLoader.h
MaterialLoader.h
MeshAsset.h
MeshLoader.h
TextureAsset.h
TextureLoader.h)