$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Reporting include paths for a project
From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2013-11-14 15:11:42
Hi,
TLTR:
Is it possible to list all include paths for a project using
Boost.Build command?
Boost.Build parses Jamfiles of a project.
Boost.Build knows all (accumulated) requirements as they are specified in
all Jamfiles found in a project tree
I wonder, would it be a good idea to add some options for the Boost.Build
command to list all include paths determined as used/configured in a project.
For example:
$ cd hello-world
$ b2 --list-include-paths
/usr/include
/home/mloskot/src/boost
/home/mloskot/dev/hello-world/include
Or, is such feature already there?
Best regards,
-- Mateusz Loskot, http://mateusz.loskot.net