twisterp2pblockchainnetworkbittorrentmicrobloggingipv6social-networkdhtdecentralizedtwisterarmyp2p-networktwister-servertwister-ipv6twister-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
593 B
28 lines
593 B
import modules ; |
|
|
|
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; |
|
|
|
use-project /torrent : .. ; |
|
|
|
if $(BOOST_ROOT) |
|
{ |
|
use-project /boost : $(BOOST_ROOT) ; |
|
} |
|
|
|
project client_test |
|
: requirements |
|
<threading>multi <library>/torrent//torrent |
|
: default-build |
|
<link>static |
|
; |
|
|
|
exe client_test : client_test.cpp ; |
|
|
|
exe simple_client : simple_client.cpp ; |
|
exe dump_torrent : dump_torrent.cpp ; |
|
exe make_torrent : make_torrent.cpp ; |
|
exe connection_tester : connection_tester.cpp ; |
|
exe fragmentation_test : fragmentation_test.cpp ; |
|
exe rss_reader : rss_reader.cpp ; |
|
exe upnp_test : upnp_test.cpp ; |
|
|
|
|