WebDriver: Move all WebDriver configuration to Services

This commit is contained in:
Timothy Flynn
2024-11-09 09:39:24 -05:00
committed by Andreas Kling
parent d5c2d11ac7
commit 19fb790dc6
5 changed files with 10 additions and 11 deletions

View File

@@ -89,6 +89,7 @@ endif()
include(CTest) # for BUILD_TESTING option, default ON
if (ENABLE_GUI_TARGETS)
add_subdirectory(Userland/Services)
add_subdirectory(Ladybird)
endif()