Commit Graph

6 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
Jack·Boos·Yu
43c6e295a0
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 4 (#29884)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 4

* version

* typo

* version

* typo

* version

* Remove PREFER_NINJA

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* More rename

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:14 -08:00
Chao Jia
3c84e1a872 [rply]requested changes 2019-12-06 17:05:36 +01:00
Chao Jia
384defd0a4 fix uninitialized local variable 2019-11-25 23:04:35 +01: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