Skip to content

Commit

Permalink
Add Sv2Connman
Browse files Browse the repository at this point in the history
Co-authored-by: Vasil Dimov <[email protected]>
  • Loading branch information
Sjors and vasild committed Sep 19, 2024
1 parent 74287d0 commit 489c9fb
Show file tree
Hide file tree
Showing 5 changed files with 825 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
add_library(bitcoin_sv2 STATIC EXCLUDE_FROM_ALL
noise.cpp
transport.cpp
connman.cpp
)

target_link_libraries(bitcoin_sv2
PRIVATE
core_interface
bitcoin_clientversion
bitcoin_crypto
bitcoin_node # for Transport
$<$<PLATFORM_ID:Windows>:ws2_32>
)
Loading

0 comments on commit 489c9fb

Please sign in to comment.