summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt
index c5d7b78e..c55bf217 100644
--- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt
+++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt
@@ -255,4 +255,7 @@ set_source_files_properties(
set_target_properties(ProcessGenerateMipsVkShader PROPERTIES
FOLDER Core/Graphics/Helper
-) \ No newline at end of file
+)
+
+install_core_lib(GraphicsEngineVk-shared)
+install_core_lib(GraphicsEngineVk-static)