mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
cmVisualStudioGeneratorOptions: Add PrependInerhitedString method
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user