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

Method GetCompilePDBDirectory

Source/cmGeneratorTarget.cxx:2070–2077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2068}
2069
2070std::string cmGeneratorTarget::GetCompilePDBDirectory(
2071 std::string const& config) const
2072{
2073 if (CompileInfo const* info = this->GetCompileInfo(config)) {
2074 return info->CompilePdbDir;
2075 }
2076 return "";
2077}
2078
2079std::vector<std::string> cmGeneratorTarget::GetAppleArchs(
2080 std::string const& config, cm::optional<std::string> lang) const

Callers 5

GetCompilePDBPathMethod · 0.95
WriteExecutableRuleMethod · 0.80
WriteObjectRuleFilesMethod · 0.80
CopyPchCompilePdbMethod · 0.80
WriteLibraryRulesMethod · 0.80

Calls 1

GetCompileInfoMethod · 0.95

Tested by

no test coverage detected