From 90ccf84717d0fc8b9d375c3e3bb58509adba6350 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 16 Dec 2018 18:56:31 -0800 Subject: Added install steps; updated header structure for platforms --- Graphics/GraphicsEngineVulkan/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') 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) -- cgit v1.2.3