summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/threadpool/Jamfile.v2
blob: 56c85497557a0deda315e1d6c24a81c6291727d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
use-project /boost
   : $(BOOST_ROOT)
   ;

project threadpool
   : requirements <include>.&&$(BOOST_ROOT)
     # disable auto-linking for all targets here,
     # primarily because it caused troubles with V2
     <define>BOOST_ALL_NO_LIB=1
   : usage-requirements <include>.&&$(BOOST_ROOT)
   : build-dir bin.v2
   ;