mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 03:02:27 -05:00
2ce61fe6ea
Includes changes from GB-18030-2022, which are not yet included in the Encoding Specification, but WebKit, Blink and WPT are already updated.
13 lines
177 B
CMake
13 lines
177 B
CMake
include(libtextcodec_generators)
|
|
|
|
set(SOURCES
|
|
Decoder.cpp
|
|
)
|
|
|
|
generate_encoding_indexes()
|
|
|
|
set(GENERATED_SOURCES
|
|
LookupTables.cpp
|
|
)
|
|
|
|
serenity_lib(LibTextCodec textcodec)
|