Big vecmath package
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn build(b: *std.Build) void {
|
||||
_ = b.addModule("media", .{
|
||||
const vm_dep = b.dependency("vecmath", .{});
|
||||
const vm_module = vm_dep.module("vecmath");
|
||||
|
||||
const root_module = b.addModule("media", .{
|
||||
.root_source_file = b.path("src/root.zig"),
|
||||
});
|
||||
root_module.addImport("vecmath", vm_module);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user