mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
parent
ea95256f83
commit
50406f541b
6 changed files with 66 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
source_set("Worker") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [ "WebWorkerClient.cpp" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue