Function addFrameworkPath [src]

Prototype

pub fn addFrameworkPath(compile: *Compile, directory_path: LazyPath) void

Parameters

compile: *Compiledirectory_path: LazyPath

Source

pub fn addFrameworkPath(compile: *Compile, directory_path: LazyPath) void { compile.root_module.addFrameworkPath(directory_path); }