diff options
Diffstat (limited to 'src/boost/libs/static_string/Jamfile')
-rw-r--r-- | src/boost/libs/static_string/Jamfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boost/libs/static_string/Jamfile b/src/boost/libs/static_string/Jamfile new file mode 100644 index 000000000..306f0f6e7 --- /dev/null +++ b/src/boost/libs/static_string/Jamfile @@ -0,0 +1,10 @@ +# +# Copyright (c) 2019 Vinnie Falco (vinnie dot falco at gmail dot com) +# +# Distributed under 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) +# +# Official repository: https://github.com/boostorg/static_string +# + +build-project test ; |