summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()