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.
13 lines
597 B
13 lines
597 B
{ |
|
"installed": [ |
|
{"type": "exe", "file": "usr/bin/vapigen-test"}, |
|
{"type": "expr", "file": "usr/lib/?libfoo.so"}, |
|
{"type": "file", "platform": "cygwin", "file": "usr/lib/libfoo.dll.a"}, |
|
{"type": "expr", "file": "usr/lib/?libbar.so"}, |
|
{"type": "file", "platform": "cygwin", "file": "usr/lib/libbar.dll.a"}, |
|
{"type": "file", "file": "usr/share/vala/vapi/foo-1.0.vapi"}, |
|
{"type": "file", "file": "usr/share/vala/vapi/foo-1.0.deps"}, |
|
{"type": "file", "file": "usr/share/vala/vapi/bar-1.0.vapi"}, |
|
{"type": "file", "file": "usr/share/vala/vapi/bar-1.0.deps"} |
|
] |
|
}
|
|
|