mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 20:17:45 +00:00
9 lines
235 B
Text
9 lines
235 B
Text
source_set("DOMURL") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"DOMURL.cpp",
|
|
"URLSearchParams.cpp",
|
|
"URLSearchParamsIterator.cpp",
|
|
]
|
|
}
|