summaryrefslogtreecommitdiff
path: root/libs/Jamfile.v2
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2013-10-27 21:19:13 +0000
committerBeman Dawes <bdawes@acm.org>2013-10-27 21:19:13 +0000
commitc6c0f4824ba86a9de075be7ec410f78bf25447f7 (patch)
tree742eeb6bc7f72b425e58bc3df780fe5a89144b5f /libs/Jamfile.v2
parent7b6fa2515eb656204d8b5f25e9899b27ef120e77 (diff)
downloadboost-c6c0f4824ba86a9de075be7ec410f78bf25447f7.tar.gz
Merge 86398 which supplies a file missing from 86392.
[SVN r86490]
Diffstat (limited to 'libs/Jamfile.v2')
-rw-r--r--libs/Jamfile.v216
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/Jamfile.v2 b/libs/Jamfile.v2
new file mode 100644
index 0000000000..e44eec2c6b
--- /dev/null
+++ b/libs/Jamfile.v2
@@ -0,0 +1,16 @@
+# Jamfile.v2
+#
+# Copyright (C) 2013 Bjorn Roald
+#
+# Distributed under the Boost Software License, Version 1.0.
+# See www.boost.org/LICENSE_1_0.txt
+#
+# Boost libraries common project properties:
+#
+# Under modularized layout, ensure all inheriting projects get
+# implicit dependency to headers staged as links in <boost-root>/boost
+
+project boost/libs
+ : requirements <implicit-dependency>/boost//headers
+ : usage-requirements <implicit-dependency>/boost//headers
+ ;