1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Tests/LibSQL/CMakeLists.txt
2021-05-06 17:54:28 +02:00

5 lines
144 B
CMake

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