diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-03-30 09:34:20 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-03-30 09:34:20 +0000 |
commit | 23dc0c19acd54cad1bed2f14df024b6b533f2330 (patch) | |
tree | 3805850e3c999a07e2f78561c3ced6890fed6b98 | |
parent | 4373414d26ffd2cd004a59a095ce30b433059780 (diff) |
msvc, bench: Add missing source files to bench_bitcoin project
-rw-r--r-- | build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in index a5702a83ba..972d6d05d7 100644 --- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in +++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in @@ -10,6 +10,12 @@ </PropertyGroup> <ItemGroup> @SOURCE_FILES@ + <ClCompile Include="..\..\src\bench\coin_selection.cpp" /> + <ClCompile Include="..\..\src\bench\wallet_balance.cpp" /> + <ClCompile Include="..\..\src\bench\wallet_create.cpp" /> + <ClCompile Include="..\..\src\bench\wallet_create_tx.cpp" /> + <ClCompile Include="..\..\src\bench\wallet_ismine.cpp" /> + <ClCompile Include="..\..\src\bench\wallet_loading.cpp" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj"> |