summaryrefslogtreecommitdiffstats
path: root/TextureLoader
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-19 17:11:59 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-19 17:11:59 +0000
commitac5c96e4153d059ad76174db83522641bb4b2b9f (patch)
treec3103e3e7f37b08794c2779a7a44d0bf231006d5 /TextureLoader
parentUpdated install fodler structure (diff)
downloadDiligentTools-ac5c96e4153d059ad76174db83522641bb4b2b9f.tar.gz
DiligentTools-ac5c96e4153d059ad76174db83522641bb4b2b9f.zip
Added install instructions
Diffstat (limited to 'TextureLoader')
-rw-r--r--TextureLoader/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/TextureLoader/CMakeLists.txt b/TextureLoader/CMakeLists.txt
index 7f394f3..2730f5b 100644
--- a/TextureLoader/CMakeLists.txt
+++ b/TextureLoader/CMakeLists.txt
@@ -51,4 +51,8 @@ PRIVATE
set_target_properties(Diligent-TextureLoader PROPERTIES
FOLDER DiligentTools
-) \ No newline at end of file
+)
+
+if(INSTALL_DILIGENT_TOOLS)
+ install_tools_lib(Diligent-TextureLoader)
+endif()