diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-10-03 00:34:28 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2019-02-01 00:28:50 +0800 |
commit | 82dcacb822f41917520ca62f3e1c8248997ab99c (patch) | |
tree | b21a0d7b2b50b1d002aa44484841644e14f02ce3 /build_msvc/bench_bitcoin/bench_bitcoin.vcxproj | |
parent | 52091066be15a86a38c4db182338808f9316c35a (diff) |
msvc: build leveldb locally
Diffstat (limited to 'build_msvc/bench_bitcoin/bench_bitcoin.vcxproj')
-rw-r--r-- | build_msvc/bench_bitcoin/bench_bitcoin.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj index 25eab8027d..771e8a56f4 100644 --- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj +++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj @@ -64,6 +64,9 @@ <ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj"> <Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project> </ProjectReference> + <ProjectReference Include="..\libleveldb\libleveldb.vcxproj"> + <Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project> + </ProjectReference> </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>15.0</VCProjectVersion> |