import modules ; BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; use-project /torrent : .. ; if $(BOOST_ROOT) { use-project /boost : $(BOOST_ROOT) ; } project client_test : requirements multi /torrent//torrent : default-build 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 enum_if : enum_if.cpp ; exe connection_tester : connection_tester.cpp ; exe fragmentation_test : fragmentation_test.cpp ;