2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00
Files
build/example/named-install-dirs/x/z/build.jam
2021-02-20 21:35:16 -06:00

12 lines
320 B
Plaintext

# this subproject does have a name, so its name is used as its default package
# name
project subz ;
install (docdir)/z1 : ../../a ;
# Copyright 2020 Dmitry Arkhipov
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or copy at
# https://www.bfgroup.xyz/b2/LICENSE.txt)