Ladybird: Make ladybird depend on WebContent

This causes CMake to output a WebContent build, without this it would
not build WebContent and Ladybird would be unusable since it couldn't
find the WebContent executable.
This commit is contained in:
Luke Wilde 2022-10-06 19:19:31 +01:00 committed by Andrew Kaster
parent 2b1d294dc6
commit e9135583bd
Notes: sideshowbarker 2024-07-17 09:49:48 +09:00

View File

@ -101,3 +101,4 @@ if(NOT CMAKE_SKIP_INSTALL_RULES)
endif()
add_subdirectory(WebContent)
add_dependencies(ladybird WebContent)