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:
parent
2b1d294dc6
commit
e9135583bd
1 changed files with 1 additions and 0 deletions
|
@ -101,3 +101,4 @@ if(NOT CMAKE_SKIP_INSTALL_RULES)
|
|||
endif()
|
||||
|
||||
add_subdirectory(WebContent)
|
||||
add_dependencies(ladybird WebContent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue