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.
20 lines
785 B
20 lines
785 B
5 years ago
|
{
|
||
|
"installed": [
|
||
|
{"type": "pdb", "file": "usr/bin/baz"},
|
||
|
{"type": "pdb", "file": "usr/bin/bowcorge"},
|
||
|
{"type": "pdb", "file": "usr/bin/foo"},
|
||
|
{"type": "expr", "file": "usr/?lib/bowcorge.stern"},
|
||
|
{"type": "expr", "file": "usr/lib/?libbaz.cheese"},
|
||
|
{"type": "file", "file": "usr/lib/bar.a"},
|
||
|
{"type": "implib", "file": "usr/lib/bowcorge"},
|
||
|
{"type": "file", "file": "usr/lib/bowgrault.stern"},
|
||
|
{"type": "implib", "file": "usr/lib/foo"},
|
||
|
{"type": "expr", "file": "usr/lib/foo?so"},
|
||
|
{"type": "implib", "file": "usr/lib/libbaz"},
|
||
|
{"type": "file", "file": "usr/lib/libqux.cheese"},
|
||
|
{"type": "expr", "file": "usr/?lib/libgarply?so"},
|
||
|
{"type": "implib", "file": "usr/lib/libgarply"},
|
||
|
{"type": "pdb", "file": "usr/bin/garply"}
|
||
|
]
|
||
|
}
|