1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37:45 +00:00

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

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)