diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-03 09:47:21 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-03 09:47:21 -0800 |
commit | 627a59892aba5c360a1ecde2ef2aad3aa4b8a796 (patch) | |
tree | 393981ffdf27c6b70ec7c0873b1a008b72258c74 /vsprojects/vcxproj/test/grpc_benchmark/grpc_benchmark.vcxproj | |
parent | e4a24195971fe2f909a76b210efcb2aee6ed0575 (diff) |
Prep for splitting bm_fullstack
Diffstat (limited to 'vsprojects/vcxproj/test/grpc_benchmark/grpc_benchmark.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/grpc_benchmark/grpc_benchmark.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/grpc_benchmark/grpc_benchmark.vcxproj b/vsprojects/vcxproj/test/grpc_benchmark/grpc_benchmark.vcxproj index e487427d4d..62e10bf177 100644 --- a/vsprojects/vcxproj/test/grpc_benchmark/grpc_benchmark.vcxproj +++ b/vsprojects/vcxproj/test/grpc_benchmark/grpc_benchmark.vcxproj @@ -160,6 +160,8 @@ </ItemDefinitionGroup> <ItemGroup> + <ClInclude Include="$(SolutionDir)\..\test\cpp\microbenchmarks\fullstack_context_mutators.h" /> + <ClInclude Include="$(SolutionDir)\..\test\cpp\microbenchmarks\fullstack_fixtures.h" /> <ClInclude Include="$(SolutionDir)\..\test\cpp\microbenchmarks\helpers.h" /> </ItemGroup> <ItemGroup> |