diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-11-23 15:49:16 +0000 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2019-11-23 15:49:16 +0000 |
commit | b509554433cb4bd32852239d0dd195ec059657f6 (patch) | |
tree | 246003db366832f514dc1c4a22f7862270015d50 /build_msvc/msvc-autogen.py | |
parent | 4effd67bf407e25e776a37739c6ca103e1f26d74 (diff) |
Added libtest_util library to msvc build configuration.
Diffstat (limited to 'build_msvc/msvc-autogen.py')
-rw-r--r-- | build_msvc/msvc-autogen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_msvc/msvc-autogen.py b/build_msvc/msvc-autogen.py index 5ddda3c03e..3951438408 100644 --- a/build_msvc/msvc-autogen.py +++ b/build_msvc/msvc-autogen.py @@ -18,6 +18,7 @@ libs = [ 'libbitcoin_wallet', 'libbitcoin_zmq', 'bench_bitcoin', + 'libtest_util', ] ignore_list = [ |