Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txt

This commit is contained in:
Brian Gianforcaro 2021-04-27 20:08:17 -07:00 committed by Andreas Kling
parent 115b445dab
commit cf0640c870
Notes: sideshowbarker 2024-07-18 18:55:51 +09:00

View File

@ -1,5 +1,4 @@
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
file(GLOB REGEX_SOURCES CONFIGURE_DEPENDS "../*.cpp" "../C/*.cpp")
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibRegex LIBS LibRegex)