mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
This moves the built-in feature definitions into a subdirectory where each feature (or cohesive set of features) are defined in their own file. Eventually documentation can be added in the definitions files themselves and inported into the full documentation. Not all features got move by this. There are some features spread out through the toolset files. Those will also get moved as needed, and as possible.
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
# Copyright 2017 Rene Rivera
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
# TODO: Documentation.
|
|
|
|
import feature ;
|
|
|
|
feature.feature "include"
|
|
:
|
|
: free path #order-sensitive
|
|
;
|