forked from catchorg/Catch2
Added CheckFileList in CMake over the benchmark sources
This commit is contained in:
@ -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})
|
||||||
|
Reference in New Issue
Block a user