summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/example/mergesort/Jamfile.v2
blob: 8ff7fe2dbbaa7b94d15282129b18b56d6dec6d8e (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 mergesort : mergesort.cpp ;