Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paramatized rust_static_library to enable CXX support #221

Closed
wants to merge 1 commit into from

Commits on Oct 30, 2023

  1. Paramatized rust_static_library to enable CXX support (facebook#221)

    Summary:
    X-link: facebookincubator/delos_core#8
    
    X-link: facebookincubator/zstrong#610
    
    X-link: facebookincubator/crux#10
    
    X-link: facebookexternal/traffixr#3
    
    X-link: facebookincubator/katran#205
    
    X-link: facebookincubator/fizz#101
    
    X-link: facebook/sapling#763
    
    X-link: facebookexperimental/rust-shed#43
    
    
    X-link: facebook/openr#150
    
    X-link: facebook/hhvm#9403
    
    X-link: facebook/folly#2092
    
    X-link: facebook/fb303#42
    
    X-link: facebookincubator/velox#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.
    
    Reviewed By: xavierd
    
    Differential Revision: D50772544
    John Elliott authored and facebook-github-bot committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5c83ee9 View commit details
    Browse the repository at this point in the history