Function addInstallFileWithDir [src]

Prototype

pub fn addInstallFileWithDir( b: *Build, source: LazyPath, install_dir: InstallDir, dest_rel_path: []const u8, ) *Step.InstallFile

Parameters

b: *Buildsource: LazyPathinstall_dir: InstallDirdest_rel_path: []const u8

Source

pub fn addInstallFileWithDir( b: *Build, source: LazyPath, install_dir: InstallDir, dest_rel_path: []const u8, ) *Step.InstallFile { return Step.InstallFile.create(b, source, install_dir, dest_rel_path); }