mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
VS: Add method to clear flag tables of option parser
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user