mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
15 lines
216 B
CMake
15 lines
216 B
CMake
include(libtextcodec_generators)
|
|
|
|
set(SOURCES
|
|
Decoder.cpp
|
|
Encoder.cpp
|
|
)
|
|
|
|
generate_encoding_indexes()
|
|
|
|
set(GENERATED_SOURCES
|
|
LookupTables.cpp
|
|
)
|
|
|
|
ladybird_lib(LibTextCodec textcodec EXPLICIT_SYMBOL_EXPORT)
|