aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2021-08-18 14:37:05 +0300
committerOrgad Shaneh <orgads@gmail.com>2021-08-18 11:58:46 +0000
commit2384865bff2b8d03539abddc3511b3351bbf8f6b (patch)
tree87be3a9066d952853c376de3c4ad6ceb67551980 /cmake
parent85f34d50fc114b746a668357ed0fbd9f58accba3 (diff)
UnitTest: Adapt to Google Benchmark v1.5.4
Change-Id: I2c2a34206dbc01d277242f5d736eef3e1333b01f Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindGoogleBenchmark.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindGoogleBenchmark.cmake b/cmake/FindGoogleBenchmark.cmake
index 5713803535..c0c5125da7 100644
--- a/cmake/FindGoogleBenchmark.cmake
+++ b/cmake/FindGoogleBenchmark.cmake
@@ -57,6 +57,7 @@ if(GoogleBenchmark_FOUND AND NOT TARGET GoogleBenchmark)
"${GOOGLE_BENCHMARK_SRC_DIR}/counter.cc"
"${GOOGLE_BENCHMARK_SRC_DIR}/csv_reporter.cc"
"${GOOGLE_BENCHMARK_SRC_DIR}/json_reporter.cc"
+ "${GOOGLE_BENCHMARK_SRC_DIR}/perf_counters.cc"
"${GOOGLE_BENCHMARK_SRC_DIR}/reporter.cc"
"${GOOGLE_BENCHMARK_SRC_DIR}/sleep.cc"
"${GOOGLE_BENCHMARK_SRC_DIR}/statistics.cc"