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.
14 lines
597 B
14 lines
597 B
5 years ago
|
{
|
||
|
"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"}
|
||
|
]
|
||
|
}
|