summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-06-09 21:05:20 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-06-09 21:05:20 +0000
commitdadf4bbc5b2d48c901bb2c98d80fe7595bf3ebc0 (patch)
tree5b08065f85ab68682d48979b42227341230669ef /Graphics/GraphicsEngineVulkan
parentAdded 'Diligent-' prefix to project names to avoid name conflicts (https://gi... (diff)
downloadDiligentCore-dadf4bbc5b2d48c901bb2c98d80fe7595bf3ebc0.tar.gz
DiligentCore-dadf4bbc5b2d48c901bb2c98d80fe7595bf3ebc0.zip
Fixed output name of GraphicsEngineVk on non-windows platforms
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()