14 lines
317 B
Plaintext
Executable File
14 lines
317 B
Plaintext
Executable File
use-project /torrent : .. ;
|
|
|
|
project
|
|
: requirements <threading>multi <library>/torrent
|
|
;
|
|
|
|
exe client_test : client_test.cpp ;
|
|
exe simple_client : simple_client.cpp ;
|
|
exe dump_torrent : dump_torrent.cpp ;
|
|
exe make_torrent : make_torrent.cpp ;
|
|
|
|
stage . : dump_torrent make_torrent simple_client client_test ;
|
|
|