summaryrefslogtreecommitdiff
path: root/project.json
blob: b735bad4786e3bd96951aec1f0e704145313961b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "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",
  "features": [
    // rgfw
    // "OPENGL",

    // rsgl
    // "RFONT",
    // "HIGHLEVEL",
    // "OPENGL",
  ],
  "targets": {
    "c3term-linux-x64": {
      "name": "c3term",
      "type": "executable",
      "target": "linux-x64",
      "features": [
        "OPENGL",
        "RFONT",
      ],
    },
  },
  "cpu": "generic",
  "opt": "O0"
}