mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
parent
36cd2fb7c5
commit
f30fd78d8d
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
source_set("MimeSniff") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [ "MimeType.cpp" ]
|
||||
sources = [
|
||||
"MimeType.cpp",
|
||||
"Resource.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue