summaryrefslogtreecommitdiff
path: root/project.json
blob: 2bdca639708d0d43dfc0309502fde96257cce5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "langrev": "1",
  "warnings":  [ "no-unused" ],
  "dependency-search-paths":  [ "lib" ],
  "dependencies":  [ "curl" ],
  "authors":  [ "andromeda" ],
  "version": "0.1.0",
  "sources":  [ "**" ],
  "build-dir": "build",
  "output": "build",
  "targets": {
    "radgen": {
      "type": "executable"
    }
  },
  "cpu": "generic",
  "opt": "O0"
}