mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
14 lines
285 B
CMake
14 lines
285 B
CMake
set(TEST_SOURCES
|
|
BenchmarkJPEGLoader.cpp
|
|
TestColor.cpp
|
|
TestImageDecoder.cpp
|
|
TestImageWriter.cpp
|
|
TestQuad.cpp
|
|
TestRect.cpp
|
|
TestWOFF.cpp
|
|
TestWOFF2.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibGfx LIBS LibGfx)
|
|
endforeach()
|