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

Method AddName

Source/cmFindProgramCommand.cxx:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 cmPolicies::PolicyStatus PolicyCMP0109;
61
62 void AddName(std::string const& name) { this->Names.push_back(name); }
63 void SetName(std::string const& name)
64 {
65 this->Names.clear();

Callers 2

SetNameMethod · 0.95

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected