Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void cmFileSet::AddDirectoryEntry(BT<std::string> directories)
112
{
113
this->DirectoryEntries.push_back(std::move(directories));
114
}
115
116
void cmFileSet::ClearFileEntries()
117
{
Callers
5
testCreateFromFileSet
Function · 0.80
testCreateFromFileSets
Function · 0.80
PopulateFileSet
Function · 0.80
AddDirectoryToFileSet
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