aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bench_bitcoin
diff options
context:
space:
mode:
authorAaron Clauson <aaron@sipsorcery.com>2019-11-23 15:49:16 +0000
committerAaron Clauson <aaron@sipsorcery.com>2019-11-23 15:49:16 +0000
commitb509554433cb4bd32852239d0dd195ec059657f6 (patch)
tree246003db366832f514dc1c4a22f7862270015d50 /build_msvc/bench_bitcoin
parent4effd67bf407e25e776a37739c6ca103e1f26d74 (diff)
downloadbitcoin-b509554433cb4bd32852239d0dd195ec059657f6.tar.xz
Added libtest_util library to msvc build configuration.
Diffstat (limited to 'build_msvc/bench_bitcoin')
-rw-r--r--build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in
index 56401d7618..128c1bd8e7 100644
--- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in
+++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in
@@ -42,6 +42,9 @@
<ProjectReference Include="..\libleveldb\libleveldb.vcxproj">
<Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project>
</ProjectReference>
+ <ProjectReference Include="..\libtest_util\libtest_util.vcxproj">
+ <Project>{1e065f03-3566-47d0-8fa9-daa72b084e7d}</Project>
+ </ProjectReference>
</ItemGroup>
<Target Name="RawBenchHeaderGen" BeforeTargets="PrepareForBuild">
<PropertyGroup>