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

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

View file

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