mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 15:11:01 +00:00
10 lines
232 B
Text
10 lines
232 B
Text
source_set("FileAPI") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Blob.cpp",
|
|
"BlobURLStore.cpp",
|
|
"File.cpp",
|
|
"FileList.cpp",
|
|
]
|
|
}
|