Function addIncludePath [src]
Deprecated; use compile.root_module.addIncludePath(lazy_path) instead.
To be removed after 0.15.0 is tagged.
Prototype
pub fn addIncludePath(compile: *Compile, lazy_path: LazyPath) void
Parameters
compile: *Compile
lazy_path: LazyPath
Source
pub fn addIncludePath(compile: *Compile, lazy_path: LazyPath) void {
compile.root_module.addIncludePath(lazy_path);
}