forked from premiere/premiere-libtorrent
28 lines
330 B
Plaintext
Executable File
28 lines
330 B
Plaintext
Executable File
use-project /torrent : .. ;
|
|
|
|
project
|
|
: requirements <source>/torrent <threading>multi
|
|
;
|
|
|
|
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 ;
|
|
|