diff options
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt index c55bf217..6bb043f5 100644 --- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt +++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt @@ -257,5 +257,7 @@ set_target_properties(ProcessGenerateMipsVkShader PROPERTIES FOLDER Core/Graphics/Helper ) -install_core_lib(GraphicsEngineVk-shared) -install_core_lib(GraphicsEngineVk-static) +if(INSTALL_DILIGENT_CORE) + install_core_lib(GraphicsEngineVk-shared) + install_core_lib(GraphicsEngineVk-static) +endif()
\ No newline at end of file |
