Skip to content

Commit 23dc0c1

Browse files
committed
msvc, bench: Add missing source files to bench_bitcoin project
1 parent 4373414 commit 23dc0c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
@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" />
1319
</ItemGroup>
1420
<ItemGroup>
1521
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">

0 commit comments

Comments
 (0)