mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-11 05:40:00 +00:00
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
source_set("DOMURL") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"DOMURL.cpp",
|
|
"URLSearchParams.cpp",
|
|
"URLSearchParamsIterator.cpp",
|
|
]
|
|
}
|