summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Graphics/GraphicsTools/CMakeLists.txt b/Graphics/GraphicsTools/CMakeLists.txt
index 3f7b3a14..94847222 100644
--- a/Graphics/GraphicsTools/CMakeLists.txt
+++ b/Graphics/GraphicsTools/CMakeLists.txt
@@ -69,4 +69,6 @@ set_target_properties(GraphicsTools PROPERTIES
FOLDER Core/Graphics
)
-install_core_lib(GraphicsTools)
+if(INSTALL_DILIGENT_CORE)
+ install_core_lib(GraphicsTools)
+endif() \ No newline at end of file