aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/test_bitcoin
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-10-02 23:40:52 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2019-02-01 00:28:49 +0800
commit52091066be15a86a38c4db182338808f9316c35a (patch)
tree644e3457f541f236fff0e0c288ea979bdbea5f25 /build_msvc/test_bitcoin
parent252fd15addf1cd061c3b6258ad916df7deeecf83 (diff)
downloadbitcoin-52091066be15a86a38c4db182338808f9316c35a.tar.xz
msvc: build secp256k1 locally
Diffstat (limited to 'build_msvc/test_bitcoin')
-rw-r--r--build_msvc/test_bitcoin/test_bitcoin.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_msvc/test_bitcoin/test_bitcoin.vcxproj b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
index 2316e473aa..5073c5c012 100644
--- a/build_msvc/test_bitcoin/test_bitcoin.vcxproj
+++ b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -54,6 +54,9 @@
<ProjectReference Include="..\libunivalue\libunivalue.vcxproj">
<Project>{5724ba7d-a09a-4ba8-800b-c4c1561b3d69}</Project>
</ProjectReference>
+ <ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj">
+ <Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project>
+ </ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>