Browse Source

add p2p_default_host to p2p (#18)

pull/19/head
Yura Zarudniy 5 years ago
committed by GitHub
parent
commit
3d78f83a37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/CMakeLists.txt

1
src/CMakeLists.txt

@ -20,6 +20,7 @@ add_library(p2p
libp2p.cpp
)
target_link_libraries(p2p INTERFACE
p2p_default_host
p2p_default_network
)
libp2p_install(p2p)

Loading…
Cancel
Save