mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
31b524616c
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.
30 lines
669 B
JSON
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
|
|
}
|
|
]
|
|
}
|