1 2 3 4 5
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp") foreach(source ${TEST_SOURCES}) serenity_test(${source} LibCompress LIBS LibCompress) endforeach()