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

Method GetPropertyAsBool

Source/cmTarget.cxx:2760–2763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2758}
2759
2760bool cmTarget::GetPropertyAsBool(std::string const& prop) const
2761{
2762 return this->GetProperty(prop).IsOn();
2763}
2764
2765cmPropertyMap const& cmTarget::GetProperties() const
2766{

Callers 6

IsFrameworkOnAppleMethod · 0.95
IsAppBundleOnAppleMethod · 0.95
cmTargetMethod · 0.45

Calls 2

GetPropertyMethod · 0.95
IsOnMethod · 0.45

Tested by

no test coverage detected