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

Method GetPropertyAsBool

Source/cmGeneratorTarget.cxx:1286–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286bool cmGeneratorTarget::GetPropertyAsBool(std::string const& prop) const
1287{
1288 return this->Target->GetPropertyAsBool(prop);
1289}
1290
1291std::string cmGeneratorTarget::GetCompilePDBName(
1292 std::string const& config) const

Callers 15

CheckLinkLibrariesMethod · 0.95
HasSONameMethod · 0.95
IsChrpathUsedMethod · 0.95
GetPchHeaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected