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

Method GetPDBDirectory

Source/cmGeneratorTarget.cxx:5469–5476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5467}
5468
5469std::string cmGeneratorTarget::GetPDBDirectory(std::string const& config) const
5470{
5471 if (OutputInfo const* info = this->GetOutputInfo(config)) {
5472 // Return the directory in which the target will be built.
5473 return info->PdbDir;
5474 }
5475 return "";
5476}
5477
5478bool cmGeneratorTarget::HasImplibGNUtoMS(std::string const& config) const
5479{

Callers 10

GetCompilePDBPathMethod · 0.95
GetSourceVariablesMethod · 0.95
WriteExecutableRuleMethod · 0.80
WriteObjectRuleFilesMethod · 0.80
CreateMethod · 0.80
OutputBuildToolMethod · 0.80
WriteLibraryRulesMethod · 0.80
ComputePathsMethod · 0.80
ComputeLinkOptionsMethod · 0.80

Calls 1

GetOutputInfoMethod · 0.95

Tested by

no test coverage detected