Function addInstallHeaderFile [src]
dest_rel_path is relative to header path
Prototype
pub fn addInstallHeaderFile(b: *Build, source: LazyPath, dest_rel_path: []const u8) *Step.InstallFile
Parameters
b: *Build
source: LazyPath
dest_rel_path: []const u8
Source
pub fn addInstallHeaderFile(b: *Build, source: LazyPath, dest_rel_path: []const u8) *Step.InstallFile {
return b.addInstallFileWithDir(source, .header, dest_rel_path);
}