lib-vt: split header to be more consumable

This commit is contained in:
Mitchell Hashimoto
2025-10-06 20:35:45 -07:00
parent 3d1977ca43
commit 725203d494
10 changed files with 1234 additions and 1148 deletions

View File

@@ -30,9 +30,10 @@ pub fn initShared(
.root_module = zig.vt_c,
.version = std.SemanticVersion{ .major = 0, .minor = 1, .patch = 0 },
});
lib.installHeader(
b.path("include/ghostty/vt.h"),
"ghostty/vt.h",
lib.installHeadersDirectory(
b.path("include/ghostty"),
"ghostty",
.{ .include_extensions = &.{".h"} },
);
// Get our debug symbols