diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-02-13 22:20:33 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-02-19 10:44:53 -0800 |
| commit | 80358655962cdd997f17f08d4f32c8e59c5c9430 (patch) | |
| tree | 4af82f1ee9fa6c9e9e600dee4c0cfa3094679cb5 /include/module.modulemap | |
| parent | 81299fde9c3ed50301d85eb882f99a8019a46209 (diff) | |
build: ghostty lib, framework, build into app
Diffstat (limited to 'include/module.modulemap')
| -rw-r--r-- | include/module.modulemap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/module.modulemap b/include/module.modulemap new file mode 100644 index 000000000..917796d89 --- /dev/null +++ b/include/module.modulemap @@ -0,0 +1,4 @@ +module GhosttyKit { + umbrella header "ghostty.h" + export * +} |
