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-27 15:37:46 -07:00
2024-03-18 15:09:47 -07:00
2024-03-26 11:49:23 -07:00
2024-03-26 11:51:33 -07:00
2024-03-20 13:53:58 -07:00
2024-03-22 18:01:09 -07:00
2024-03-25 15:34:46 -07:00
2024-03-25 15:30:22 -07:00
2024-03-25 15:34:55 -07:00
2024-03-14 12:22:32 -07:00
2024-03-14 12:23:02 -07:00
2024-03-18 14:39:31 -07:00
2024-03-26 11:45:29 -07:00
2024-03-25 15:57:42 -07:00
2024-03-25 15:31:47 -07:00
2024-03-25 15:57:42 -07:00
2024-03-21 19:29:04 -07:00
2024-03-28 13:57:12 -07:00
2024-03-25 15:54:30 -07:00
2024-03-19 13:06:43 -07:00
2024-03-26 11:50:38 -07:00
2024-03-25 15:51:48 -07:00
2024-03-25 15:35:45 -07:00
2024-03-27 15:21:57 -07:00
2024-03-27 15:22:32 -07:00
2024-03-28 12:42:56 -07:00
2024-03-18 15:10:21 -07:00
2024-03-28 12:42:20 -07:00
2024-03-15 18:39:07 -07:00
2024-03-15 18:37:57 -07:00
2024-03-28 12:52:18 -07:00
2024-03-25 15:32:02 -07:00
2024-03-25 15:10:11 -07:00
2024-03-15 18:37:31 -07:00