Function addIncludePath [src]

Prototype

pub fn addIncludePath(compile: *Compile, lazy_path: LazyPath) void

Parameters

compile: *Compilelazy_path: LazyPath

Source

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