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

Method AddExecutable

Source/cmInstallRuntimeDependencySet.cxx:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void cmInstallRuntimeDependencySet::AddExecutable(
22 std::unique_ptr<Item> executable)
23{
24 this->Executables.push_back(std::move(executable));
25}
26
27void cmInstallRuntimeDependencySet::AddLibrary(std::unique_ptr<Item> library)
28{

Callers 1

AddBundleExecutableMethod · 0.95

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected