Skip to content

Commit 489c9fb

Browse files
Sjorsvasild
andcommitted
Add Sv2Connman
Co-authored-by: Vasil Dimov <[email protected]>
1 parent 74287d0 commit 489c9fb

File tree

5 files changed

+825
-0
lines changed

5 files changed

+825
-0
lines changed

src/sv2/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
add_library(bitcoin_sv2 STATIC EXCLUDE_FROM_ALL
66
noise.cpp
77
transport.cpp
8+
connman.cpp
89
)
910

1011
target_link_libraries(bitcoin_sv2
1112
PRIVATE
1213
core_interface
1314
bitcoin_clientversion
1415
bitcoin_crypto
16+
bitcoin_node # for Transport
1517
$<$<PLATFORM_ID:Windows>:ws2_32>
1618
)

0 commit comments

Comments
 (0)