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
520 B
14 lines
520 B
3 years ago
|
{
|
||
|
"installed": [
|
||
|
{"type": "file", "file": "usr/lib/libboth_lib.a"},
|
||
|
|
||
|
{"type": "shared_lib", "platform": "msvc", "file": "usr/bin/both_lib"},
|
||
|
{"type": "implib", "platform": "msvc", "file": "usr/lib/both_lib"},
|
||
|
{"type": "pdb", "platform": "msvc", "file": "usr/bin/both_lib"},
|
||
|
|
||
|
{"type": "expr", "platform": "gcc", "file": "usr/lib/?libboth_lib.dll"},
|
||
|
{"type": "implib", "platform": "gcc", "file": "usr/lib/libboth_lib"},
|
||
|
{"type": "pdb", "platform": "gcc", "file": "usr/bin/libboth_lib"}
|
||
|
]
|
||
|
}
|