MCPcopy 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
121void cmFileSet::AddFileEntry(BT<std::string> files)
122{
123 this->FileEntries.push_back(std::move(files));
124}
125
126std::vector<std::unique_ptr<cmCompiledGeneratorExpression>>
127cmFileSet::CompileFileEntries() const

Callers 5

testCreateFromFileSetFunction · 0.80
testCreateFromFileSetsFunction · 0.80
PopulateFileSetFunction · 0.80
AddPathToFileSetMethod · 0.80
HandleOneFileSetMethod · 0.80

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by 2

testCreateFromFileSetFunction · 0.64
testCreateFromFileSetsFunction · 0.64