mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-12 18:55:09 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
source_set("Encoding") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"TextDecoder.cpp",
|
|
"TextEncoder.cpp",
|
|
]
|
|
}
|