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