mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Tests: Don't include LibWebView test if LibWeb is disabled
This unbreaks ENABLE_LAGOM_LIBWEB=OFF again.
This commit is contained in:
parent
09af16f6ed
commit
c5a6214a3b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue