mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Tests/LibWebView: Enable in Windows CI
This commit is contained in:
parent
a2d3562647
commit
0c9b16d09c
|
|
@ -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$")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user