mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 07:55:07 +00:00
9 lines
229 B
Text
9 lines
229 B
Text
source_set("URL") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"URL.cpp",
|
|
"URLSearchParams.cpp",
|
|
"URLSearchParamsIterator.cpp",
|
|
]
|
|
}
|