cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

Error message for missing link-location or location attribute #61

Closed tylerjw closed 2 months ago

tylerjw commented 2 months ago
{
    "name": "Eigen3",
    "cps_version": "0.10.0",
    "version": "3.4.0",
    "components": {
        "default": {
            "type": "archive",
            "includes": {
                "c": [
                    "@prefix@/include/eigen3"
                ]
            }
        }
    },
    "default_components": [
        "default"
    ]
}