1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:47:35 +00:00

Tests: Don't include LibWebView test if LibWeb is disabled

This unbreaks ENABLE_LAGOM_LIBWEB=OFF again.
This commit is contained in:
kleines Filmröllchen 2023-11-24 16:51:35 +01:00 committed by Tim Flynn
parent 09af16f6ed
commit c5a6214a3b

View file

@ -666,11 +666,11 @@ if (BUILD_LAGOM)
LibTimeZone
LibUnicode
LibVideo
LibWebView
LibXML
)
if (ENABLE_LAGOM_LIBWEB)
list(APPEND TEST_DIRECTORIES LibWeb)
list(APPEND TEST_DIRECTORIES LibWebView)
endif()
foreach (dir IN LISTS TEST_DIRECTORIES)