Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetName
Method · 0.95
FindNormalProgramNamesPerDir
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected