facebook / watchman

Watches files and records, or triggers actions, when they change.
https://facebook.github.io/watchman/
MIT License
12.42k stars 989 forks source link

Paramatized rust_static_library to enable CXX support #1171

Closed jdelliot closed 8 months ago

jdelliot commented 8 months ago

Summary: X-link: https://github.com/facebook/openr/pull/150

X-link: https://github.com/facebook/hhvm/pull/9403

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 8 months ago

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

facebook-github-bot commented 8 months ago

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

facebook-github-bot commented 8 months ago

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