]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/force-include-feature.jam
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / force-include-feature.jam
1 # Copyright 2020 Nikita Kniazev
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
6 import feature ;
7
8 #| tag::doc[]
9
10 [[bbv2.builtin.features.force-include]]`force-include`::
11 Specifies an include path that has to be included in a way like if
12 `#include "file"` appeared as the first line of every target's source file.
13
14 The include order is not guaranteed if used multiple times on a single target.
15
16 |# # end::doc[]
17
18 feature.feature "force-include"
19 :
20 : free
21 ;