1# Copyright 2017 Rene Rivera 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or copy at 4# http://www.boost.org/LICENSE_1_0.txt) 5 6import feature ; 7 8#| tag::doc[] 9 10[[bbv2.builtin.features.file]]`file`:: 11When used in requirements of a prebuilt library target this feature specifies 12the path to the library file. See <<Prebuilt targets>> for examples. 13 14|# # end::doc[] 15 16feature.feature file 17 : 18 : free dependency incidental ; 19