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

Method GetSLNFile

Source/cmGlobalVisualStudioGenerator.cxx:1140–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138}
1139
1140std::string cmGlobalVisualStudioGenerator::GetSLNFile(
1141 cmLocalGenerator const* root) const
1142{
1143 return this->GetSLNFile(root->GetCurrentBinaryDirectory(),
1144 root->GetProjectName());
1145}
1146
1147std::string cmGlobalVisualStudioGenerator::GetSLNFile(
1148 std::string const& projectDir, std::string const& projectName) const

Callers 4

OpenMethod · 0.95
GenerateBuildCommandMethod · 0.80
AddCheckTargetMethod · 0.80
GenerateBuildCommandMethod · 0.80

Calls 4

push_backMethod · 0.80
cmStrCatFunction · 0.70
GetProjectNameMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected