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