aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-03 16:53:07 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-03-03 16:53:07 -0800
commit656a1ab01f3c4a43fda066b45160799f632d7c55 (patch)
tree926fc7d857c9f4542ee207ba393a1af1e5057c43 /CMakeLists.txt
parent1128d462c395d064a620c9e62cf29f152cbce33a (diff)
parentf09ec59222e4abd8a534f89139f6b52378776fc4 (diff)
Merge branch 'fssplit' into poll-wakeup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 784e15da6b..7204957e6d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3109,6 +3109,7 @@ endif()
if (gRPC_BUILD_TESTS)
add_library(grpc_benchmark
+ test/cpp/microbenchmarks/helpers.cc
)
if(WIN32 AND MSVC)