diff options
author | Brad King <brad.king@kitware.com> | 2016-10-18 10:09:57 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-25 09:19:49 -0400 |
commit | 584ab5285b51945e0dd523caf77342985ac97ce4 (patch) | |
tree | f11b7a945bf8dfd42e9d86bd3fa06e52e4334bae /Source/cmGlobalVisualStudio10Generator.h | |
parent | 2a567c68ce6605071f3e21638560493b71ed2841 (diff) | |
download | cmake-584ab5285b51945e0dd523caf77342985ac97ce4.tar.gz |
VS: Add internal API to get platform toolset as string
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h index 62b8661d5e..ba07a5b368 100644 --- a/Source/cmGlobalVisualStudio10Generator.h +++ b/Source/cmGlobalVisualStudio10Generator.h @@ -48,6 +48,7 @@ public: /** The toolset name for the target platform. */ const char* GetPlatformToolset() const; + std::string const& GetPlatformToolsetString() const; /** The toolset host architecture name (e.g. x64 for 64-bit host tools). */ const char* GetPlatformToolsetHostArchitecture() const; |