mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
parent
ea95256f83
commit
50406f541b
6 changed files with 66 additions and 0 deletions
|
@ -61,6 +61,7 @@ executable("ladybird_executable") {
|
|||
"WebContent",
|
||||
"WebDriver",
|
||||
"WebSocket",
|
||||
"WebWorker",
|
||||
]
|
||||
deps = [
|
||||
"//AK",
|
||||
|
@ -193,6 +194,7 @@ if (current_os == "mac") {
|
|||
"WebContent",
|
||||
"WebDriver",
|
||||
"WebSocket",
|
||||
"WebWorker",
|
||||
]
|
||||
sources = [
|
||||
"$root_out_dir/bin/ImageDecoder",
|
||||
|
@ -202,6 +204,7 @@ if (current_os == "mac") {
|
|||
"$root_out_dir/bin/WebContent",
|
||||
"$root_out_dir/bin/WebDriver",
|
||||
"$root_out_dir/bin/WebSocket",
|
||||
"$root_out_dir/bin/WebWorker",
|
||||
"$root_out_dir/bin/headless-browser",
|
||||
]
|
||||
outputs = [ "{{bundle_executable_dir}}/{{source_file_part}}" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue