mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-29 14:38:35 +00:00
move header into subdirectory
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = "libghostty"
|
PROJECT_NAME = "libghostty"
|
||||||
INPUT = include/ghostty-vt.h
|
INPUT = include/ghostty/vt.h
|
||||||
INPUT_ENCODING = UTF-8
|
INPUT_ENCODING = UTF-8
|
||||||
RECURSIVE = NO
|
RECURSIVE = NO
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <ghostty-vt.h>
|
#include <ghostty/vt.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
GhosttyOscParser parser;
|
GhosttyOscParser parser;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @file ghostty-vt.h
|
* @file vt.h
|
||||||
*
|
*
|
||||||
* libghostty-vt - Virtual terminal sequence parsing library
|
* libghostty-vt - Virtual terminal sequence parsing library
|
||||||
*
|
*
|
@@ -29,8 +29,8 @@ pub fn initShared(
|
|||||||
.root_module = zig.vt,
|
.root_module = zig.vt,
|
||||||
});
|
});
|
||||||
lib.installHeader(
|
lib.installHeader(
|
||||||
b.path("include/ghostty-vt.h"),
|
b.path("include/ghostty/vt.h"),
|
||||||
"ghostty-vt.h",
|
"ghostty/vt.h",
|
||||||
);
|
);
|
||||||
|
|
||||||
// Get our debug symbols
|
// Get our debug symbols
|
||||||
|
Reference in New Issue
Block a user