cmVisualStudioGeneratorOptions: Add PrependInerhitedString method

This commit is contained in:
Brad King
2017-02-15 10:36:56 -05:00
parent 3936a2886e
commit bd5ea6993c
2 changed files with 13 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ public:
void Parse(const char* flags);
void ParseFinish();
void PrependInheritedString(std::string const& key);
// Fix the ExceptionHandling option to default to off.
void FixExceptionHandlingDefault();