mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
14 lines
343 B
Text
14 lines
343 B
Text
|
|
compile_ipc(WebContentServer.ipc WebContentServerEndpoint.h)
|
||
|
|
compile_ipc(WebContentClient.ipc WebContentClientEndpoint.h)
|
||
|
|
|
||
|
|
set(SOURCES
|
||
|
|
ClientConnection.cpp
|
||
|
|
main.cpp
|
||
|
|
PageHost.cpp
|
||
|
|
WebContentServerEndpoint.h
|
||
|
|
WebContentClientEndpoint.h
|
||
|
|
)
|
||
|
|
|
||
|
|
serenity_bin(WebContent)
|
||
|
|
target_link_libraries(WebContent LibCore LibIPC LibGfx LibWeb)
|