LibWeb: Move WebContentView from Demos/WebView into LibWeb

This commit is contained in:
Andreas Kling 2020-07-06 20:36:34 +02:00
commit 7a7e39c7af
Notes: sideshowbarker 2024-07-19 05:06:15 +09:00
7 changed files with 6 additions and 9 deletions

View file

@ -1,13 +1,6 @@
set(SOURCES
main.cpp
WebContentView.cpp
WebContentClient.cpp
)
set(GENERATED_SOURCES
../../Services/WebContent/WebContentClientEndpoint.h
../../Services/WebContent/WebContentServerEndpoint.h
)
serenity_bin(WebView)
target_link_libraries(WebView LibGUI)
target_link_libraries(WebView LibWeb LibGUI)