diff options
author | Brad King <brad.king@kitware.com> | 2017-02-15 14:40:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:19:54 (GMT) |
commit | a05fc93ee6ce563bbc6bb23e4540cd7bc2f4e52a (patch) | |
tree | 1b80b0eac952c9e451bbf25208c528896ca1c4e3 /Source/cmVisualStudioGeneratorOptions.h | |
parent | 895b89046601e61f6fb76bf17c5306ea102b9bf6 (diff) | |
download | CMake-a05fc93ee6ce563bbc6bb23e4540cd7bc2f4e52a.zip CMake-a05fc93ee6ce563bbc6bb23e4540cd7bc2f4e52a.tar.gz CMake-a05fc93ee6ce563bbc6bb23e4540cd7bc2f4e52a.tar.bz2 |
VS: Add method to clear flag tables of option parser
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index 8c49470..f6cc7ec 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -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(); |