VS: Add method to clear flag tables of option parser

This commit is contained in:
Brad King
2017-02-15 09:40:07 -05:00
parent 895b890466
commit a05fc93ee6
2 changed files with 10 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ public:
// Add a table of flags.
void AddTable(cmVS7FlagTable const* table);
// Clear the flag tables.
void ClearTables();
// Store options from command line flags.
void Parse(const char* flags);
void ParseFinish();