summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/variant/libs/jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/build/example/variant/libs/jamfile.jam')
-rw-r--r--src/boost/tools/build/example/variant/libs/jamfile.jam8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost/tools/build/example/variant/libs/jamfile.jam b/src/boost/tools/build/example/variant/libs/jamfile.jam
new file mode 100644
index 000000000..5d6d42dbd
--- /dev/null
+++ b/src/boost/tools/build/example/variant/libs/jamfile.jam
@@ -0,0 +1,8 @@
+# Copyright 2004 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
+
+#[libs_jamfile
+#<< The library `l` just needs the sources. By default it will be a shared library.
+lib l : l.cpp ;
+#] \ No newline at end of file