The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.5 KiB
89 lines
1.5 KiB
[ |
|
{ |
|
"type": "target", |
|
"target": "trivialprog1", |
|
"operation": "src_add", |
|
"sources": ["a1.cpp", "a2.cpp"] |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog2", |
|
"operation": "src_add", |
|
"sources": ["a7.cpp"] |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog3", |
|
"operation": "src_add", |
|
"sources": ["a5.cpp"] |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog4", |
|
"operation": "src_add", |
|
"sources": ["a5.cpp"] |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog5", |
|
"operation": "src_add", |
|
"sources": ["a3.cpp"] |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog6", |
|
"operation": "src_add", |
|
"sources": ["a4.cpp"] |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog9", |
|
"operation": "src_add", |
|
"sources": ["a6.cpp"] |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog1", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog2", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog3", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog4", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog5", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog6", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog7", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog8", |
|
"operation": "test" |
|
}, |
|
{ |
|
"type": "target", |
|
"target": "trivialprog9", |
|
"operation": "test" |
|
} |
|
]
|
|
|