Merge topic 'vs-internal-system-apis'
0a5fe279 VS: Add internal API to get system name and version
This commit is contained in:
commit
ba62b3495b
@ -64,6 +64,12 @@ public:
|
|||||||
/** The toolset name for the target platform. */
|
/** The toolset name for the target platform. */
|
||||||
const char* GetPlatformToolset() const;
|
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
|
* Where does this version of Visual Studio look for macros for the
|
||||||
* current user? Returns the empty string if this version of Visual
|
* current user? Returns the empty string if this version of Visual
|
||||||
|
Loading…
x
Reference in New Issue
Block a user