summaryrefslogtreecommitdiff
path: root/test cases/common/284 pkgconfig subproject/test.json
blob: db6b52fe490e72ab9769187cf845fd9d2c451b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "installed": [
        { "type": "file", "file": "usr/lib/pkgconfig/simple.pc"},
        { "type": "file", "file": "usr/lib/pkgconfig/simple2.pc"}
    ],
    "matrix": {
        "options": {
            "default_library": [
                { "val": "shared" },
                { "val": "static" },
                { "val": "both" }
            ]
        }
    }
}