summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/Jamfile.v2')
-rw-r--r--src/boost/libs/Jamfile.v215
1 files changed, 15 insertions, 0 deletions
diff --git a/src/boost/libs/Jamfile.v2 b/src/boost/libs/Jamfile.v2
new file mode 100644
index 000000000..b0d406580
--- /dev/null
+++ b/src/boost/libs/Jamfile.v2
@@ -0,0 +1,15 @@
+# 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
+ ;