Added CheckFileList in CMake over the benchmark sources

This commit is contained in:
Martin Hořeňovský 2017-01-25 23:02:25 +01:00
parent 4ce11d63a6
commit dab1d9d222
1 changed files with 4 additions and 3 deletions

View File

@ -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})