1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 05:34:58 +00:00
serenity/Tests/LibTextCodec/CMakeLists.txt

7 lines
158 B
CMake

set(TEST_SOURCES
TestTextDecoders.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibTextCodec LIBS LibTextCodec)
endforeach()