summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/third_party/threadpool/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/third_party/threadpool/Jamfile.v2')
-rw-r--r--Build/source/utils/asymptote/LspCpp/third_party/threadpool/Jamfile.v213
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/third_party/threadpool/Jamfile.v2 b/Build/source/utils/asymptote/LspCpp/third_party/threadpool/Jamfile.v2
new file mode 100644
index 00000000000..56c85497557
--- /dev/null
+++ b/Build/source/utils/asymptote/LspCpp/third_party/threadpool/Jamfile.v2
@@ -0,0 +1,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
+ ;
+