mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 16:08:39 +00:00
Add include paths to more modules in pkg/
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn build(b: *std.Build) !void {
|
||||
_ = b.addModule("opengl", .{ .root_source_file = .{ .path = "main.zig" } });
|
||||
const module = b.addModule("opengl", .{ .root_source_file = .{ .path = "main.zig" } });
|
||||
module.addIncludePath(.{ .path = "../../vendor/glad/include" });
|
||||
}
|
||||
|
Reference in New Issue
Block a user