MCPcopy Create free account
hub / github.com/Kitware/CMake / GetCustomVCTargetsPath

Method GetCustomVCTargetsPath

Source/cmGlobalVisualStudio10Generator.cxx:711–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711char const* cmGlobalVisualStudio10Generator::GetCustomVCTargetsPath() const
712{
713 if (this->CustomVCTargetsPath.empty()) {
714 return nullptr;
715 }
716 return this->CustomVCTargetsPath.c_str();
717}
718
719char const* cmGlobalVisualStudio10Generator::GetPlatformToolset() const
720{

Callers 2

SetGeneratorToolsetMethod · 0.95

Calls 2

c_strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected