mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 21:45:07 +00:00
8 lines
198 B
Text
8 lines
198 B
Text
source_set("MimeSniff") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"MimeType.cpp",
|
|
"Resource.cpp",
|
|
]
|
|
}
|