vcpkg/versions/r-/rply.json
Martin Valgur 31b524616c
[rply] Add support for non-prefixed includes (#37759)
The custom CMakeLists.txt in the port installs headers under `rply/` and
expects `#include <rply/rply.h>` correspondingly as the include.
However, the code samples in the RPly project use a plain `#include
"rply.h"` instead: https://w3.impa.br/~diego/software/rply/

This PR adds `include/rply/` to the `target_include_directories()` to
support both conventions.

The project exports only two distinctly-named headers (`rply.h` and
`rplyfile.h`) so the non-prefixed includes causing a collision somewhere
is unlikely.

Also added license info to vcpkg.json and a usage file.
2024-03-28 17:37:07 -07:00

30 lines
669 B
JSON

{
"versions": [
{
"git-tree": "7adc1bc3b350c2a61baf3d54bf4cdfdc02e11392",
"version": "1.1.4",
"port-version": 4
},
{
"git-tree": "824058a46ec01bf8d290a56e3b42f1b01ef4ce68",
"version": "1.1.4",
"port-version": 3
},
{
"git-tree": "bd6882d9bea26ba3fafbebd6327e2ca075af5a32",
"version-string": "1.1.4",
"port-version": 2
},
{
"git-tree": "c983b6df94d2d53f422e44c1b00ad033b5367781",
"version-string": "1.1.4",
"port-version": 1
},
{
"git-tree": "ba19464f45d20d65858ee505f02437f7a86d81e4",
"version-string": "1.1.4",
"port-version": 0
}
]
}