From 0c9b16d09c7bab0e60c825b8faf109e326cbbe5b Mon Sep 17 00:00:00 2001 From: ayeteadoe Date: Sun, 3 Aug 2025 15:19:47 -0700 Subject: [PATCH] Tests/LibWebView: Enable in Windows CI --- Tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index ca4c4e32c86..2811d2c076a 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -18,6 +18,7 @@ add_subdirectory(LibXML) if (ENABLE_GUI_TARGETS) add_subdirectory(LibGfx) add_subdirectory(LibWeb) + add_subdirectory(LibWebView) endif() # FIXME: Increase support for building targets on Windows @@ -29,7 +30,6 @@ add_subdirectory(LibDNS) if (ENABLE_GUI_TARGETS) add_subdirectory(LibMedia) - add_subdirectory(LibWebView) endif() if (ENABLE_CLANG_PLUGINS AND CMAKE_CXX_COMPILER_ID MATCHES "Clang$")