1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:07:34 +00:00

WebContent: Depend on ImageDecoder, RequestServer and WebSocket

This commit is contained in:
Karol Kosek 2022-05-26 21:02:27 +02:00 committed by Linus Groh
parent 0534a68c6c
commit a41dfc416f

View file

@ -1,6 +1,7 @@
serenity_component(
WebContent
TARGETS WebContent
DEPENDS ImageDecoder RequestServer WebSocket
)
compile_ipc(WebContentServer.ipc WebContentServerEndpoint.h)