summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineD3D12/CMakeLists.txt b/Graphics/GraphicsEngineD3D12/CMakeLists.txt
index dc0cc619..22059512 100644
--- a/Graphics/GraphicsEngineD3D12/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3D12/CMakeLists.txt
@@ -178,5 +178,7 @@ set_source_files_properties(
readme.md PROPERTIES HEADER_FILE_ONLY TRUE
)
-install_core_lib(GraphicsEngineD3D12-shared)
-install_core_lib(GraphicsEngineD3D12-static)
+if(INSTALL_DILIGENT_CORE)
+ install_core_lib(GraphicsEngineD3D12-shared)
+ install_core_lib(GraphicsEngineD3D12-static)
+endif() \ No newline at end of file