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

Method AddDirectoryEntry

Source/cmFileSet.cxx:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void cmFileSet::AddDirectoryEntry(BT<std::string> directories)
112{
113 this->DirectoryEntries.push_back(std::move(directories));
114}
115
116void cmFileSet::ClearFileEntries()
117{

Callers 5

testCreateFromFileSetFunction · 0.80
testCreateFromFileSetsFunction · 0.80
PopulateFileSetFunction · 0.80
AddDirectoryToFileSetMethod · 0.80
HandleOneFileSetMethod · 0.80

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by 2

testCreateFromFileSetFunction · 0.64
testCreateFromFileSetsFunction · 0.64