mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
9 lines
208 B
Text
9 lines
208 B
Text
source_set("FileAPI") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Blob.cpp",
|
|
"File.cpp",
|
|
"FileList.cpp",
|
|
]
|
|
}
|