mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
7 lines
109 B
CMake
7 lines
109 B
CMake
set(SOURCES
|
|
Decoder.cpp
|
|
)
|
|
|
|
serenity_lib(LibTextCodec textcodec)
|
|
target_link_libraries(LibTextCodec LibC)
|