fn copy_self_contained_objects(
    builder: &Builder<'_>,
    compiler: &Compiler,
    target: TargetSelection
) -> Vec<(PathBuf, DependencyType)>
Expand description

Copies third party objects needed by various targets for self-contained linkage.