From ac5c96e4153d059ad76174db83522641bb4b2b9f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 19 Nov 2019 09:11:59 -0800 Subject: Added install instructions --- AssetLoader/CMakeLists.txt | 4 ++++ AssetLoader/interface/GLTFLoader.h | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'AssetLoader') diff --git a/AssetLoader/CMakeLists.txt b/AssetLoader/CMakeLists.txt index b3d78c7..822787b 100644 --- a/AssetLoader/CMakeLists.txt +++ b/AssetLoader/CMakeLists.txt @@ -44,3 +44,7 @@ PRIVATE set_target_properties(Diligent-AssetLoader PROPERTIES FOLDER DiligentTools ) + +if(INSTALL_DILIGENT_TOOLS) + install_tools_lib(Diligent-AssetLoader) +endif() diff --git a/AssetLoader/interface/GLTFLoader.h b/AssetLoader/interface/GLTFLoader.h index 3544da5..f99cdea 100644 --- a/AssetLoader/interface/GLTFLoader.h +++ b/AssetLoader/interface/GLTFLoader.h @@ -26,10 +26,10 @@ #include #include -#include "RefCntAutoPtr.h" -#include "RenderDevice.h" -#include "DeviceContext.h" -#include "AdvancedMath.h" +#include "../../../DiligentCore/Graphics/GraphicsEngine/interface/RenderDevice.h" +#include "../../../DiligentCore/Graphics/GraphicsEngine/interface/DeviceContext.h" +#include "../../../DiligentCore/Common/interface/RefCntAutoPtr.h" +#include "../../../DiligentCore/Common/interface/AdvancedMath.h" namespace tinygltf { -- cgit v1.2.3