Engine is now installable
This commit is contained in:
@@ -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)
|
||||
@@ -1,12 +1,9 @@
|
||||
#include "MeshAsset.h"
|
||||
#include "Graphics/Mesh.h"
|
||||
#include "Graphics/VertexShaderInput.h"
|
||||
#include <boost/archive/text_iarchive.hpp>
|
||||
#include <boost/archive/text_oarchive.hpp>
|
||||
|
||||
using namespace Seele;
|
||||
|
||||
|
||||
MeshAsset::MeshAsset()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user