mirror of
https://github.com/nlohmann/json.git
synced 2026-05-11 08:45:23 +00:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"targets": {
|
|
"xenial-amd64": {
|
|
"buildenv": "xenial-amd64",
|
|
"builddeps": ["build-essential"],
|
|
"buildcmd": [
|
|
"mkdir build",
|
|
"cd build",
|
|
"cmake ..",
|
|
"make"
|
|
]
|
|
}
|
|
}
|
|
}
|