diff options
| author | andromeda <andromeda@lenovo> | 2026-04-26 21:50:34 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-26 21:50:34 +0200 |
| commit | 9a23671a55b4d8841154c18346ec3b8a9d5d3736 (patch) | |
| tree | 438612d13d9f6177b4a9b5c65001833b86244c75 /project.json | |
| parent | 5029ef79ae53980584e5bd022fdb1430d9664f76 (diff) | |
add some basic terminal emulator stuff
Diffstat (limited to 'project.json')
| -rw-r--r-- | project.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.json b/project.json index 0912679..215004b 100644 --- a/project.json +++ b/project.json @@ -5,13 +5,13 @@ "version": "0.1.0", "build-dir": "build", "output": "build", + "dependency-search-paths": [ "lib" ], "targets": { "c3term-linux-x64": { "name": "c3term", "type": "executable", "target": "linux-x64", "sources": [ "main.c3" ], - "dependency-search-paths": [ "lib" ], "c-sources": [ "shim.c", "wl", // wayland-generated code |
