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.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index 8042669..748e7bb 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -356,6 +356,9 @@ class options const bool& version () const; + const std::vector& + include_path () const; + const std::string& output_dir () const; @@ -477,6 +480,7 @@ class options public: bool help_; bool version_; + std::vector include_path_; std::string output_dir_; bool generate_modifier_; bool generate_specifier_; -- cgit v1.1