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