summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-21 12:45:20 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-21 12:50:01 (GMT)
commit639e14def6ada307c25a422a4b51f1fceaebeead (patch)
tree19b5eba01b37211b21c4fe6184f4979047e14dca /Source/cmGlobalVisualStudio10Generator.h
parente025495b8500f9aaf6745571ffdb48a6218e7929 (diff)
downloadCMake-639e14def6ada307c25a422a4b51f1fceaebeead.zip
CMake-639e14def6ada307c25a422a4b51f1fceaebeead.tar.gz
CMake-639e14def6ada307c25a422a4b51f1fceaebeead.tar.bz2
VS: Factor out helper to compute ApplicationTypeRevision
This is the first two components of `CMAKE_SYSTEM_VERSION`.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index 2f532a6..1d30cd6 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -110,6 +110,9 @@ public:
static std::string GetInstalledNsightTegraVersion();
+ /** Return the first two components of CMAKE_SYSTEM_VERSION. */
+ std::string GetApplicationTypeRevision() const;
+
cmIDEFlagTable const* GetClFlagTable() const;
cmIDEFlagTable const* GetCSharpFlagTable() const;
cmIDEFlagTable const* GetRcFlagTable() const;