ladybird/Tests/LibTest/CMakeLists.txt

8 lines
148 B
CMake
Raw Normal View History

2021-12-14 23:47:43 +00:00
set(TEST_SOURCES
TestNoCrash.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibSQL LIBS LibSQL LibIPC)
endforeach()