Function builder_cpp::builder::run
source · pub fn run(
build_config: &BuildConfig,
exe_target: &TargetConfig,
targets: &Vec<TargetConfig>,
packages: &Vec<Package>
)Expand description
Runs the exe target
Arguments
build_config- The local build configurationexe_target- The exe target to runtargets- A vector of targetspackages- A vector of packages