diff options
author | Brad King <brad.king@kitware.com> | 2019-05-22 14:25:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-22 14:27:01 (GMT) |
commit | f83f29dbaa254053ac7fe2cc0e6403908fc04ac9 (patch) | |
tree | b1c96d76d17009d016752fb22f94f9b04ed4fa2a /Source/cmGlobalVisualStudio10Generator.h | |
parent | 9e07ea190bcbd83ffb054cff525fc1a0336a1a7d (diff) | |
parent | 9c07cefee541d47be9c378a9285711e07be7a16f (diff) | |
download | CMake-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.h | 3 |
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; |