aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/pkgconfig/testdata/requires-test-merged-static.json
blob: 2c43b2d402c04631ff3d49dcc19f6748afe47113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "Name": "Requires test package",
    "Description": "Dummy pkgconfig test package for testing Requires/Requires.private",
    "Version": "1.0.0",
    "Libs": [
        {"Type": "LibraryPath", "Value": "/public-dep/lib"},
        {"Type": "LibraryName", "Value": "public-dep"},
        {"Type": "LibraryPath", "Value": "/private-dep/lib"},
        {"Type": "LibraryName", "Value": "private-dep"},
        {"Type": "LibraryPath", "Value": "/requires-test/lib"},
        {"Type": "LibraryName", "Value": "requires-test"}
    ],
    "Cflags": [
        {"Type": "IncludePath", "Value": "/public-dep/include"},
        {"Type": "IncludePath", "Value": "/private-dep/include"},
        {"Type": "IncludePath", "Value": "/requires-test/include"}
    ],
    "Requires": [
    ],
    "RequiresPrivate": [
    ]
}