mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-25 08:43:55 +00:00
build: ghostty lib, framework, build into app
This commit is contained in:
16
include/ghostty.h
Normal file
16
include/ghostty.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef GHOSTTY_H
|
||||
#define GHOSTTY_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint64_t ghostty_hello(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* GHOSTTY_H */
|
||||
4
include/module.modulemap
Normal file
4
include/module.modulemap
Normal file
@@ -0,0 +1,4 @@
|
||||
module GhosttyKit {
|
||||
umbrella header "ghostty.h"
|
||||
export *
|
||||
}
|
||||
Reference in New Issue
Block a user