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

Function AddBundleExecutable

Source/cmInstallCommand.cxx:303–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302template <typename T>
303bool AddBundleExecutable(Helper& helper,
304 cmInstallRuntimeDependencySet* runtimeDependencySet,
305 T&& bundleExecutable)
306{
307 if (!runtimeDependencySet->AddBundleExecutable(bundleExecutable)) {
308 helper.SetError(
309 "A runtime dependency set may only have one bundle executable.");
310 return false;
311 }
312 return true;
313}
314
315bool HandleScriptMode(std::vector<std::string> const& args,
316 cmExecutionStatus& status)

Callers 2

HandleTargetsModeFunction · 0.85

Calls 2

AddBundleExecutableMethod · 0.45
SetErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…