mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:27:46 +00:00
Utilities: Add networking to headless-browser
With this, the headless browser can now connect to the web. Thanks a lot to Ali and Sin-ack for their help with this! Co-authored-by: Ali Mohammad Pur <mpfard@serenityos.org> Co-authored-by: sin-ack <sin-ack@users.noreply.github.com>
This commit is contained in:
parent
f9d4c0ecbc
commit
a2161d8eb7
2 changed files with 362 additions and 5 deletions
|
@ -128,7 +128,7 @@ target_link_libraries(groups LibMain)
|
|||
target_link_libraries(gunzip LibCompress LibMain)
|
||||
target_link_libraries(gzip LibCompress LibMain)
|
||||
target_link_libraries(head LibMain)
|
||||
target_link_libraries(headless-browser LibCore LibGfx LibWeb LibMain)
|
||||
target_link_libraries(headless-browser LibCore LibGemini LibGfx LibHTTP LibWeb LibWebSocket LibMain)
|
||||
target_link_libraries(hexdump LibMain)
|
||||
target_link_libraries(host LibMain)
|
||||
target_link_libraries(hostname LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue