Ver código fonte

VS: Add internal API to get system name and version

Add cmGlobalVisualStudio10Generator::GetSystemName and GetSystemVersion
methods to access the corresponding members publicly.
Brad King 11 anos atrás
pai
commit
0a5fe2793a
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      Source/cmGlobalVisualStudio10Generator.h

+ 6 - 0
Source/cmGlobalVisualStudio10Generator.h

@@ -64,6 +64,12 @@ public:
   /** The toolset name for the target platform.  */
   const char* GetPlatformToolset() const;
 
+  /** Return the CMAKE_SYSTEM_NAME.  */
+  std::string const& GetSystemName() const { return this->SystemName; }
+
+  /** Return the CMAKE_SYSTEM_VERSION.  */
+  std::string const& GetSystemVersion() const { return this->SystemVersion; }
+
   /**
    * Where does this version of Visual Studio look for macros for the
    * current user? Returns the empty string if this version of Visual