mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:28:12 +00:00
18 lines
500 B
CMake
18 lines
500 B
CMake
set(SOURCES
|
|
DOMTreeModel.cpp
|
|
OutOfProcessWebView.cpp
|
|
StylePropertiesModel.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)
|