summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/third_party/threadpool/libs/threadpool/example/mergesort/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/third_party/threadpool/libs/threadpool/example/mergesort/Jamfile.v2')
-rw-r--r--Build/source/utils/asymptote/LspCpp/third_party/threadpool/libs/threadpool/example/mergesort/Jamfile.v211
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/third_party/threadpool/libs/threadpool/example/mergesort/Jamfile.v2 b/Build/source/utils/asymptote/LspCpp/third_party/threadpool/libs/threadpool/example/mergesort/Jamfile.v2
new file mode 100644
index 00000000000..8ff7fe2dbba
--- /dev/null
+++ b/Build/source/utils/asymptote/LspCpp/third_party/threadpool/libs/threadpool/example/mergesort/Jamfile.v2
@@ -0,0 +1,11 @@
+
+project
+ : requirements
+ <include>../../../..
+ <library>/boost/thread//boost_thread
+ <define>BOOST_ALL_NO_LIB=1
+ <threading>multi
+ <link>static
+ ;
+
+exe mergesort : mergesort.cpp ;