From b0cbea713f15e511630d2626c4694f119206dc94 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 10:04:34 +0200 Subject: Add options for various include settings --include-with-brackets --include-prefix --guard-prefix --- cli/options.cli | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 2ef8738..28f6495 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -21,4 +21,8 @@ class options std::string --hxx-suffix = ".hxx"; std::string --ixx-suffix = ".ixx"; std::string --cxx-suffix = ".cxx"; + + bool --include-with-brackets; + std::string --include-prefix; + std::string --guard-prefix; }; -- cgit v1.1