From 2170c33bb3d2af976a1894666bfd3dc80cbe4da8 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Fri, 5 Dec 2025 17:35:24 -0600 Subject: build: Support compilation with MinGW --- tests/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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) -- cgit v1.2.3