Function addFrameworkPath [src]
Prototype
pub fn addFrameworkPath(compile: *Compile, directory_path: LazyPath) void
Parameters
compile: *Compile
directory_path: LazyPath
Source
pub fn addFrameworkPath(compile: *Compile, directory_path: LazyPath) void {
compile.root_module.addFrameworkPath(directory_path);
}