summaryrefslogtreecommitdiffstats
path: root/TextureLoader
diff options
context:
space:
mode:
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()