mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
9 lines
214 B
Text
9 lines
214 B
Text
source_set("Infra") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"ByteSequences.cpp",
|
|
"JSON.cpp",
|
|
"Strings.cpp",
|
|
]
|
|
}
|