mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +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
|
LibTimeZone
|
||||||
LibUnicode
|
LibUnicode
|
||||||
LibVideo
|
LibVideo
|
||||||
LibWebView
|
|
||||||
LibXML
|
LibXML
|
||||||
)
|
)
|
||||||
if (ENABLE_LAGOM_LIBWEB)
|
if (ENABLE_LAGOM_LIBWEB)
|
||||||
list(APPEND TEST_DIRECTORIES LibWeb)
|
list(APPEND TEST_DIRECTORIES LibWeb)
|
||||||
|
list(APPEND TEST_DIRECTORIES LibWebView)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
foreach (dir IN LISTS TEST_DIRECTORIES)
|
foreach (dir IN LISTS TEST_DIRECTORIES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue