aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 8a35ae36..a1b7250f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -29,6 +29,11 @@ if (ANDROID)
return()
endif()
+# Testing isn't supported with mingw
+if (MINGW)
+ return()
+endif()
+
find_package(VulkanLoader CONFIG)
find_package(GTest REQUIRED CONFIG QUIET)