summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTextCodec/CMakeLists.txt
blob: 3249ac9c25fe08cbc3490888203f19d5dcc03698 (plain)
1
2
3
4
5
set(SOURCES
    Decoder.cpp
)

serenity_lib(LibTextCodec textcodec)