facebook / proxygen

A collection of C++ HTTP libraries including an easy to use HTTP server.
Other
8.03k stars 1.47k forks source link

Paramatized rust_static_library to enable CXX support #470

Closed jdelliot closed 3 weeks ago

jdelliot commented 6 months ago

Summary: X-link: https://github.com/facebook/folly/pull/2092

X-link: https://github.com/facebook/fb303/pull/42

X-link: https://github.com/facebookincubator/velox/pull/7301

We are now using CXX (and not just bindgen/cbindgen) for building our Rust C/C++ APIS, but our OSS tooling did not ergomically support this. This change adds a single option, USE_CXX_INCLUDE, to the CMake function, rust_static_library, to enable adding the cxxbridge path to the include path.

Differential Revision: D50772544

facebook-github-bot commented 6 months ago

This pull request was exported from Phabricator. Differential Revision: D50772544

facebook-github-bot commented 6 months ago

This pull request was exported from Phabricator. Differential Revision: D50772544

facebook-github-bot commented 6 months ago

This pull request was exported from Phabricator. Differential Revision: D50772544