summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-12-13 05:45:29 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-12-13 05:45:29 +0000
commitb1d6e01866e37f84138d3e040f00ba0ca612b8c2 (patch)
treeb1dee5fd9495b34cd4e7fc2a28d9f974581268c2 /Graphics/GraphicsEngineVulkan
parentUpdated version in appveyor script (diff)
downloadDiligentCore-b1d6e01866e37f84138d3e040f00ba0ca612b8c2.tar.gz
DiligentCore-b1d6e01866e37f84138d3e040f00ba0ca612b8c2.zip
Fixed build under MinGW
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 d8878ae0..4e56087f 100644
--- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt
+++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt
@@ -152,7 +152,7 @@ add_library(GraphicsEngineVk-shared SHARED
readme.md
)
-if(PLATFORM_WIN32)
+if(PLATFORM_WIN32 AND MSVC)
target_sources(GraphicsEngineVk-shared PRIVATE
src/DLLMain.cpp
src/GraphicsEngineVk.def