mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00

Also moves WebContentClient and the references to the generated IPC descriptions, since they are all components of OutOfProcessWebView. This patch has no functional changes.
14 lines
416 B
CMake
14 lines
416 B
CMake
set(SOURCES
|
|
OutOfProcessWebView.cpp
|
|
WebContentClient.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/RequestServer/RequestClientEndpoint.h
|
|
../../Services/RequestServer/RequestServerEndpoint.h
|
|
../../Services/WebContent/WebContentClientEndpoint.h
|
|
../../Services/WebContent/WebContentServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibWebView webview)
|
|
target_link_libraries(LibWebView LibGfx LibGUI LibIPC LibWeb)
|