• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
6import feature ;
7
8#| tag::doc[]
9
10[[bbv2.builtin.features.force-include]]`force-include`::
11Specifies 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
14The include order is not guaranteed if used multiple times on a single target.
15
16|# # end::doc[]
17
18feature.feature "force-include"
19    :
20    : free
21    ;
22