mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 14:28:22 +00:00
22 lines
364 B
Plaintext
22 lines
364 B
Plaintext
|
import modules ;
|
||
|
|
||
|
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
|
||
|
|
||
|
use-project /torrent : .. ;
|
||
|
|
||
|
if $(BOOST_ROOT)
|
||
|
{
|
||
|
use-project /boost : $(BOOST_ROOT) ;
|
||
|
}
|
||
|
|
||
|
project tools
|
||
|
: requirements
|
||
|
<threading>multi <library>/torrent//torrent
|
||
|
: default-build
|
||
|
<link>static
|
||
|
;
|
||
|
|
||
|
exe parse_hash_fails : parse_hash_fails.cpp ;
|
||
|
exe parse_request_log : parse_request_log.cpp ;
|
||
|
|