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

Method PopulateInterfaceProperty

Source/cmExportFileGenerator.cxx:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void cmExportFileGenerator::PopulateInterfaceProperty(
143 std::string const& propName, cmGeneratorTarget const* target,
144 ImportPropertyMap& properties) const
145{
146 cmValue input = target->GetProperty(propName);
147 if (input) {
148 properties[propName] = *input;
149 }
150}
151
152void cmExportFileGenerator::PopulateInterfaceProperty(
153 std::string const& propName, std::string const& outputName,

Calls 4

GetPropertyMethod · 0.45
emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected