From b42d9a345e2b02a1b17fa61b22117fbf7b187a31 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 May 2012 11:19:04 +0200 Subject: Add support for -I option Now quote-included ("") option files are searched for relative to the including file while bracket-included (<>) ones are search in the directories specified with -I. --- cli/options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 05c9f9a..34efe21 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -208,6 +208,12 @@ version () const return this->version_; } +inline const std::vector& options:: +include_path () const +{ + return this->include_path_; +} + inline const std::string& options:: output_dir () const { -- cgit v1.1