ladybird/Userland/Libraries/LibTextCodec/CMakeLists.txt
2021-01-12 12:17:46 +01:00

7 lines
109 B
CMake

set(SOURCES
Decoder.cpp
)
serenity_lib(LibTextCodec textcodec)
target_link_libraries(LibTextCodec LibC)