mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 16:05:06 +00:00
10 lines
248 B
Text
10 lines
248 B
Text
source_set("Fetching") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Checks.cpp",
|
|
"Fetching.cpp",
|
|
"PendingResponse.cpp",
|
|
"RefCountedFlag.cpp",
|
|
]
|
|
}
|