As discussed in #16747.
The msbuild bench_bitcoin project is currently missing a number of classes. Rather than add them manually this PR adds bench_bitcoin to the list of project files that are auto generated from the main make files.
As discussed in #16747.
The msbuild bench_bitcoin project is currently missing a number of classes. Rather than add them manually this PR adds bench_bitcoin to the list of project files that are auto generated from the main make files.
16 | @@ -17,6 +17,7 @@ 17 | 'libbitcoin_wallet_tool', 18 | 'libbitcoin_wallet', 19 | 'libbitcoin_zmq', 20 | + 'bench_bitcoin'
Nit: End with , to avoid touching this line next time a new item is added to the end of the libs list?
ACK 427b47edfad64bc900e3c2ef323cfbc799215fac modulo nit -- diff looks correct
ACK d53d591230406f6618b7f0adba27bbdce72f0d35 - Thanks for following up quickly.
ACK d53d591230406f6618b7f0adba27bbdce72f0d35