vcpkg/versions
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
..
2024-03-28 17:05:44 -07:00
2024-03-26 11:51:33 -07:00
2024-03-25 15:34:55 -07:00
2024-03-14 12:23:02 -07:00
2024-03-28 13:57:12 -07:00
2024-03-28 12:52:18 -07:00
2024-03-25 15:32:02 -07:00
2024-02-28 16:53:50 -08:00
2024-03-22 16:33:23 -07:00
2024-02-13 15:33:39 -08:00
2024-03-19 13:06:23 -07:00