ladybird/Userland/Libraries/LibTextCodec/CMakeLists.txt
Simon Wanner 2ce61fe6ea LibTextCodec: Add GBK/GB18030 decoder
Includes changes from GB-18030-2022, which are not yet included in the
Encoding Specification, but WebKit, Blink and WPT are already updated.
2024-05-31 07:56:26 +02:00

14 lines
177 B
CMake

include(libtextcodec_generators)
set(SOURCES
Decoder.cpp
)
generate_encoding_indexes()
set(GENERATED_SOURCES
LookupTables.cpp
)
serenity_lib(LibTextCodec textcodec)