mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txt
This commit is contained in:
parent
115b445dab
commit
cf0640c870
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||||
file(GLOB REGEX_SOURCES CONFIGURE_DEPENDS "../*.cpp" "../C/*.cpp")
|
|
||||||
|
|
||||||
foreach(source ${TEST_SOURCES})
|
foreach(source ${TEST_SOURCES})
|
||||||
serenity_test(${source} LibRegex LIBS LibRegex)
|
serenity_test(${source} LibRegex LIBS LibRegex)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue