ladybird/Tests/LibIMAP/CMakeLists.txt

5 lines
146 B
CMake

file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibIMAP LIBS LibIMAP)
endforeach()