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

Method AddBundleExecutable

Source/cmInstallRuntimeDependencySet.cxx:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool cmInstallRuntimeDependencySet::AddBundleExecutable(
38 std::unique_ptr<Item> bundleExecutable)
39{
40 if (this->BundleExecutable) {
41 return false;
42 }
43 this->BundleExecutable = bundleExecutable.get();
44 this->AddExecutable(std::move(bundleExecutable));
45 return true;
46}
47
48std::string cmInstallRuntimeDependencySet::TargetItem::GetItemPath(
49 std::string const& config) const

Callers 1

AddBundleExecutableFunction · 0.45

Calls 3

AddExecutableMethod · 0.95
moveFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected