forked from premiere/premiere-libtorrent
32 lines
359 B
Plaintext
Executable File
32 lines
359 B
Plaintext
Executable File
use-project /torrent : .. ;
|
|
|
|
|
|
exe client_test
|
|
: client_test.cpp
|
|
/torrent
|
|
:
|
|
<threading>multi
|
|
: debug release
|
|
;
|
|
|
|
|
|
exe simple_client
|
|
: simple_client.cpp
|
|
/torrent
|
|
:
|
|
<threading>multi
|
|
: debug release
|
|
;
|
|
|
|
|
|
exe dump_torrent
|
|
: dump_torrent.cpp
|
|
/torrent
|
|
:
|
|
<threading>multi
|
|
: debug release
|
|
;
|
|
|
|
stage bin : dump_torrent simple_client client_test ;
|
|
|