diff options
author | Brad King <brad.king@kitware.com> | 2017-02-15 15:36:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-15 15:37:35 (GMT) |
commit | bd5ea6993c8376cd3612100019e15ee256a758d8 (patch) | |
tree | 795225931be425048c759a78f5b6e4eaf1fb7d9e /Source/cmVisualStudioGeneratorOptions.h | |
parent | 3936a2886efc1fd46560352f3a48d6a656f95367 (diff) | |
download | CMake-bd5ea6993c8376cd3612100019e15ee256a758d8.zip CMake-bd5ea6993c8376cd3612100019e15ee256a758d8.tar.gz CMake-bd5ea6993c8376cd3612100019e15ee256a758d8.tar.bz2 |
cmVisualStudioGeneratorOptions: Add PrependInerhitedString method
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index 3a53ff5..ee9d0a5 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -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(); |