Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Empty
Method
Empty
Source/cmInstallRuntimeDependencySet.h:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
Item* GetBundleExecutable() const { return this->BundleExecutable; }
147
148
bool Empty() const
149
{
150
return this->Executables.empty() && this->Libraries.empty() &&
151
this->Modules.empty();
152
}
153
154
private:
155
std::string Name;
Callers
15
ConfigureString
Method · 0.80
~FindPackageStackRAII
Method · 0.80
VerifyLinkItemColons
Method · 0.80
VerifyLinkItemIsTarget
Method · 0.80
HandleTargetsMode
Function · 0.80
WriteBacktrace
Method · 0.80
GenerateInternalProperties
Method · 0.80
AddTargetNamespace
Method · 0.80
NoteLinkedTarget
Method · 0.80
NoteLinkedTarget
Method · 0.80
GenerateFindDependencyCalls
Method · 0.80
PrintCallStack
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
3
GenerateInternalProperties
Method · 0.64
Add
Method · 0.64
DumpCTestInfo
Function · 0.64