mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 14:35:07 +00:00
8 lines
203 B
Text
8 lines
203 B
Text
source_set("Encoding") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"TextDecoder.cpp",
|
|
"TextEncoder.cpp",
|
|
]
|
|
}
|