mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-02 16:25:34 +03:00
8 lines
126 B
CMake
8 lines
126 B
CMake
|
set(TEST_SOURCES
|
||
|
TestCmap.cpp
|
||
|
)
|
||
|
|
||
|
foreach(source IN LISTS TEST_SOURCES)
|
||
|
serenity_test("${source}" LibGfx)
|
||
|
endforeach()
|