blob: a7e367ff9499ed2718d6d94d0b2df7fd9affda91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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)
|