summaryrefslogtreecommitdiff
path: root/src/third_party/boost/libs/filesystem/v2/example/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost/libs/filesystem/v2/example/Jamfile.v2')
-rw-r--r--src/third_party/boost/libs/filesystem/v2/example/Jamfile.v216
1 files changed, 16 insertions, 0 deletions
diff --git a/src/third_party/boost/libs/filesystem/v2/example/Jamfile.v2 b/src/third_party/boost/libs/filesystem/v2/example/Jamfile.v2
new file mode 100644
index 00000000000..edb41a4aaa0
--- /dev/null
+++ b/src/third_party/boost/libs/filesystem/v2/example/Jamfile.v2
@@ -0,0 +1,16 @@
+# Boost Filesystem Library Example Jamfile
+
+# (C) Copyright Vladimir Prus 2003
+
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)
+
+# See library home page at http://www.boost.org/libs/filesystem
+
+project
+ : requirements <library>../build//boost_filesystem
+ <hardcode-dll-paths>true
+ ;
+
+exe file_size : file_size.cpp ;
+exe simple_ls : simple_ls.cpp ;