summaryrefslogtreecommitdiff
path: root/project.json
blob: 4f20d875a05f8d50301da117a9e71f918916e744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "langrev": "1",
  "warnings": [ "no-unused" ],
  "authors": [ "Andromeda-fp" ],
  "version": "0.1.0",
  "sources": [ "**" ],
  "linked-libraries": [ "wayland-client", "xkbcommon", "wayland-cursor", "wayland-egl", "m", "GL"],
  "c-sources": [ "**" ],
  "c-include-dirs": [ "include" ],
  "build-dir": "build",
  "output": "build",
  "targets": {
    "c3term": {
      "type": "executable",
    },
  },
  "cpu": "generic",
  "opt": "O5"
}