mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
6 lines
144 B
CMake
6 lines
144 B
CMake
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
|
|
|
foreach(source ${TEST_SOURCES})
|
|
serenity_test(${source} LibSQL LIBS LibSQL)
|
|
endforeach()
|