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