Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddFileEntry
Method
AddFileEntry
Source/cmFileSet.cxx:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void cmFileSet::AddFileEntry(BT<std::string> files)
122
{
123
this->FileEntries.push_back(std::move(files));
124
}
125
126
std::vector<std::unique_ptr<cmCompiledGeneratorExpression>>
127
cmFileSet::CompileFileEntries() const
Callers
5
testCreateFromFileSet
Function · 0.80
testCreateFromFileSets
Function · 0.80
PopulateFileSet
Function · 0.80
AddPathToFileSet
Method · 0.80
HandleOneFileSet
Method · 0.80
Calls
2
move
Function · 0.85
push_back
Method · 0.80
Tested by
2
testCreateFromFileSet
Function · 0.64
testCreateFromFileSets
Function · 0.64