json/.doozer.json
Niels Lohmann 2fcca259b0
👷 added cmake
2019-03-23 23:21:17 +01:00

14 lines
236 B
JSON

{
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"mkdir build",
"cd build",
"cmake ..",
"make"
]
}
}
}