diff options
author | Brad King <brad.king@kitware.com> | 2019-05-21 12:45:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-21 12:50:01 (GMT) |
commit | 639e14def6ada307c25a422a4b51f1fceaebeead (patch) | |
tree | 19b5eba01b37211b21c4fe6184f4979047e14dca /Source/cmGlobalVisualStudio10Generator.h | |
parent | e025495b8500f9aaf6745571ffdb48a6218e7929 (diff) | |
download | CMake-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.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; |