mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:57:34 +00:00
16 lines
450 B
CMake
16 lines
450 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)
|
|
|
|
add_subdirectory(DumpLayoutTree)
|