summaryrefslogtreecommitdiffstats
path: root/test cases/windows/20 vs install static lib with generated obj deps/test.json
blob: 451da1e540335e48ee9dbfcd25da1c795d86947a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"}
  ]
}