mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +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",
|
|
]
|
|
}
|