summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineD3D12/CMakeLists.txt b/Graphics/GraphicsEngineD3D12/CMakeLists.txt
index dd4fc0b6..dc0cc619 100644
--- a/Graphics/GraphicsEngineD3D12/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3D12/CMakeLists.txt
@@ -177,3 +177,6 @@ set_target_properties(GraphicsEngineD3D12-shared PROPERTIES
set_source_files_properties(
readme.md PROPERTIES HEADER_FILE_ONLY TRUE
)
+
+install_core_lib(GraphicsEngineD3D12-shared)
+install_core_lib(GraphicsEngineD3D12-static)