We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4373414 commit 23dc0c1Copy full SHA for 23dc0c1
build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in
@@ -10,6 +10,12 @@
10
</PropertyGroup>
11
<ItemGroup>
12
@SOURCE_FILES@
13
+ <ClCompile Include="..\..\src\bench\coin_selection.cpp" />
14
+ <ClCompile Include="..\..\src\bench\wallet_balance.cpp" />
15
+ <ClCompile Include="..\..\src\bench\wallet_create.cpp" />
16
+ <ClCompile Include="..\..\src\bench\wallet_create_tx.cpp" />
17
+ <ClCompile Include="..\..\src\bench\wallet_ismine.cpp" />
18
+ <ClCompile Include="..\..\src\bench\wallet_loading.cpp" />
19
</ItemGroup>
20
21
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
0 commit comments