diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-08-29 06:22:06 +0200 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2019-08-29 06:22:06 +0200 |
commit | d53d591230406f6618b7f0adba27bbdce72f0d35 (patch) | |
tree | ca0daae97ec00f08b85fa10e2437f00aec8ea18c /build_msvc/msvc-autogen.py | |
parent | fc5b756bae26db5e88bd6ed15e2eb45b05e76bdd (diff) |
Added the bench_bitcoin project to the list automatically produced by the msvc-autogen python script.
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 b612467bf3..5ddda3c03e 100644 --- a/build_msvc/msvc-autogen.py +++ b/build_msvc/msvc-autogen.py @@ -17,6 +17,7 @@ libs = [ 'libbitcoin_wallet_tool', 'libbitcoin_wallet', 'libbitcoin_zmq', + 'bench_bitcoin', ] ignore_list = [ |