summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/test/compile_all/Jamfile.v2
blob: e14c124a8d8913fcc08441466b2a5ed703d4a357 (plain)
1
2
3
4
5
6
7
8
9
10
11

project
  : requirements
    <include>../../../..
    <library>/boost/thread//boost_thread
    <define>BOOST_ALL_NO_LIB=1
    <threading>multi
	<link>static
  ;

exe compile_all : compile_all.cpp ;