From dadf4bbc5b2d48c901bb2c98d80fe7595bf3ebc0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 9 Jun 2019 14:05:20 -0700 Subject: Fixed output name of GraphicsEngineVk on non-windows platforms --- Graphics/GraphicsEngineVulkan/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt index 53cde04b..320789ab 100644 --- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt +++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt @@ -246,7 +246,7 @@ if(PLATFORM_WIN32) else() set_target_properties(Diligent-GraphicsEngineVk-shared PROPERTIES - OUTPUT_NAME Diligent-GraphicsEngineVk + OUTPUT_NAME GraphicsEngineVk ) endif() -- cgit v1.2.3