Commit Graph

3 Commits

Author SHA1 Message Date
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
Chao Jia
e8ea808232 use _CRT_SECURE_NO_WARNINGS 2019-11-25 22:44:24 +01:00
Chao Jia
93c3bb1baf [rply]new port 2019-11-19 12:03:20 +01:00