diff --git a/Ladybird/CMakeLists.txt b/Ladybird/CMakeLists.txt index 54a221250a..cd145cbcbf 100644 --- a/Ladybird/CMakeLists.txt +++ b/Ladybird/CMakeLists.txt @@ -101,3 +101,4 @@ if(NOT CMAKE_SKIP_INSTALL_RULES) endif() add_subdirectory(WebContent) +add_dependencies(ladybird WebContent)