summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-22 14:25:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-05-22 14:27:01 (GMT)
commitf83f29dbaa254053ac7fe2cc0e6403908fc04ac9 (patch)
treeb1c96d76d17009d016752fb22f94f9b04ed4fa2a /Source/cmGlobalVisualStudio10Generator.h
parent9e07ea190bcbd83ffb054cff525fc1a0336a1a7d (diff)
parent9c07cefee541d47be9c378a9285711e07be7a16f (diff)
downloadCMake-f83f29dbaa254053ac7fe2cc0e6403908fc04ac9.zip
CMake-f83f29dbaa254053ac7fe2cc0e6403908fc04ac9.tar.gz
CMake-f83f29dbaa254053ac7fe2cc0e6403908fc04ac9.tar.bz2
Merge topic 'vs-ApplicationTypeRevision'
9c07cefee5 VS: Fix ApplicationTypeRevision in builtin check projects 639e14def6 VS: Factor out helper to compute ApplicationTypeRevision Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3350
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;