serenity_component( WebContent TARGETS WebContent DEPENDS ImageDecoder RequestServer WebSocket ) compile_ipc(WebContentServer.ipc WebContentServerEndpoint.h) compile_ipc(WebContentClient.ipc WebContentClientEndpoint.h) set(SOURCES ConnectionFromClient.cpp ConsoleGlobalObject.cpp EventLoopPluginSerenity.cpp FontPluginSerenity.cpp ImageCodecPluginSerenity.cpp PageHost.cpp TimerSerenity.cpp WebContentClientEndpoint.h WebContentConsoleClient.cpp WebContentServerEndpoint.h main.cpp ) serenity_bin(WebContent) target_link_libraries(WebContent LibCore LibIPC LibGfx LibImageDecoderClient LibWebView LibWeb LibMain) link_with_locale_data(WebContent)