mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 19:05:07 +00:00
18 lines
360 B
Text
18 lines
360 B
Text
source_set("Fetch") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [
|
|
"Fetching",
|
|
"Infrastructure",
|
|
"//Userland/Libraries/LibWeb:all_generated",
|
|
]
|
|
sources = [
|
|
"Body.cpp",
|
|
"BodyInit.cpp",
|
|
"Enums.cpp",
|
|
"FetchMethod.cpp",
|
|
"Headers.cpp",
|
|
"HeadersIterator.cpp",
|
|
"Request.cpp",
|
|
"Response.cpp",
|
|
]
|
|
}
|