mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:17:35 +00:00
Ladybird: Let Lagom build the IPC endpoints for WebContent
This commit is contained in:
parent
6d189696da
commit
2b1d294dc6
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
||||||
set(WEBCONTENT_SOURCE_DIR ${SERENITY_SOURCE_DIR}/Userland/Services/WebContent/)
|
set(WEBCONTENT_SOURCE_DIR ${SERENITY_SOURCE_DIR}/Userland/Services/WebContent/)
|
||||||
|
|
||||||
compile_ipc(${WEBCONTENT_SOURCE_DIR}/WebContentServer.ipc WebContentServerEndpoint.h)
|
|
||||||
compile_ipc(${WEBCONTENT_SOURCE_DIR}/WebContentClient.ipc WebContentClientEndpoint.h)
|
|
||||||
|
|
||||||
set(WEBCONTENT_SOURCES
|
set(WEBCONTENT_SOURCES
|
||||||
${WEBCONTENT_SOURCE_DIR}/ConnectionFromClient.cpp
|
${WEBCONTENT_SOURCE_DIR}/ConnectionFromClient.cpp
|
||||||
${WEBCONTENT_SOURCE_DIR}/ConsoleGlobalObject.cpp
|
${WEBCONTENT_SOURCE_DIR}/ConsoleGlobalObject.cpp
|
||||||
|
@ -16,8 +13,6 @@ set(WEBCONTENT_SOURCES
|
||||||
../Utilities.cpp
|
../Utilities.cpp
|
||||||
../WebSocketClientManagerLadybird.cpp
|
../WebSocketClientManagerLadybird.cpp
|
||||||
../WebSocketLadybird.cpp
|
../WebSocketLadybird.cpp
|
||||||
WebContentClientEndpoint.h
|
|
||||||
WebContentServerEndpoint.h
|
|
||||||
main.cpp
|
main.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue