Function builder_cpp::bin_flags::run
source · pub fn run(
bin_args: Option<Vec<&str>>,
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