mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Added CheckFileList in CMake over the benchmark sources
This commit is contained in:
parent
4ce11d63a6
commit
dab1d9d222
@ -226,6 +226,7 @@ set(BENCH_SOURCES
|
|||||||
${BENCHMARK_DIR}/BenchMain.cpp
|
${BENCHMARK_DIR}/BenchMain.cpp
|
||||||
${BENCHMARK_DIR}/StringificationBench.cpp
|
${BENCHMARK_DIR}/StringificationBench.cpp
|
||||||
)
|
)
|
||||||
|
CheckFileList(BENCH_SOURCES ${BENCHMARK_DIR})
|
||||||
|
|
||||||
# Provide some groupings for IDEs
|
# Provide some groupings for IDEs
|
||||||
SOURCE_GROUP("Tests" FILES ${TEST_SOURCES})
|
SOURCE_GROUP("Tests" FILES ${TEST_SOURCES})
|
||||||
|
Loading…
Reference in New Issue
Block a user