mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 14:43:01 +02:00
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
source_set("URL") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"URL.cpp",
|
|
"URLSearchParams.cpp",
|
|
"URLSearchParamsIterator.cpp",
|
|
]
|
|
}
|