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 configuration
  • exe_target - The exe target to run
  • targets - A vector of targets
  • packages - A vector of packages