summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/signals2/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/signals2/Jamfile')
-rw-r--r--src/boost/libs/signals2/Jamfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boost/libs/signals2/Jamfile b/src/boost/libs/signals2/Jamfile
new file mode 100644
index 000000000..d88704f2e
--- /dev/null
+++ b/src/boost/libs/signals2/Jamfile
@@ -0,0 +1,11 @@
+# Boost.Signals2 Library Jamfile
+#
+# Copyright (c) 2018 James E. King III
+#
+# Use, modification, and distribution are subject to the
+# Boost Software License, Version 1.0. (See accompanying file
+# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+# please order by name to ease maintenance
+build-project example ;
+build-project test ;