diff --git a/Userland/Services/WebContent/CMakeLists.txt b/Userland/Services/WebContent/CMakeLists.txt index c39435120a..c943b55c51 100644 --- a/Userland/Services/WebContent/CMakeLists.txt +++ b/Userland/Services/WebContent/CMakeLists.txt @@ -1,6 +1,7 @@ serenity_component( WebContent TARGETS WebContent + DEPENDS ImageDecoder RequestServer WebSocket ) compile_ipc(WebContentServer.ipc WebContentServerEndpoint.h)