]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/search-feature.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / search-feature.jam
1 # Copyright 2017 Rene Rivera
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE.txt or copy at
4 # https://www.bfgroup.xyz/b2/LICENSE.txt)
5
6 import feature ;
7
8 #| tag::doc[]
9
10 [[bbv2.builtin.features.search]]`search`::
11 When used in requirements of a prebuilt library target this feature adds to the
12 list of directories to search for the library file. See <<Prebuilt targets>>
13 for examples.
14
15 |# # end::doc[]
16
17 feature.feature search
18 :
19 : free path #order-sensitive
20 ;