facebook / fb303

fb303 is a core set of thrift functions that provide a common mechanism for querying stats and other information from a service.
Apache License 2.0
75 stars 46 forks source link

Paramatized rust_static_library to enable CXX support #42

Closed jdelliot closed 11 months ago

jdelliot commented 11 months ago

Summary: 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 11 months ago

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

facebook-github-bot commented 11 months ago

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

facebook-github-bot commented 11 months ago

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

facebook-github-bot commented 11 months ago

This pull request has been merged in facebook/fb303@3f2001c9088ac11a89c0af5adb30c070739f191b.