formatting fixes in client test, and made the test build when resolve countries is...
[libtorrent-kjk.git] / examples / Jamfile
blobcc5185daad021134b70630c1c554461adfa48ebe
1 import modules ;
3 BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
5 use-project /torrent : .. ;
6 use-project /boost : $(BOOST_ROOT) ;
8 project client_test
9    : requirements <threading>multi <library>/torrent
10    ;  
12 exe client_test : client_test.cpp /boost/program_options /boost/regex ;
13 exe simple_client : simple_client.cpp ;
14 exe dump_torrent : dump_torrent.cpp ;
15 exe make_torrent : make_torrent.cpp ;
17 #stage . : dump_torrent make_torrent simple_client client_test ;