diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-06-09 21:05:20 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-06-09 21:05:20 +0000 |
| commit | dadf4bbc5b2d48c901bb2c98d80fe7595bf3ebc0 (patch) | |
| tree | 5b08065f85ab68682d48979b42227341230669ef /Graphics/GraphicsEngineVulkan | |
| parent | Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi... (diff) | |
| download | DiligentCore-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.txt | 2 |
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() |
