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

serenity_lib(LibTextCodec textcodec)
target_link_libraries(LibTextCodec LibC)