-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
[Example Request]: How to integrate 2+ cxx crate #448
Comments
Until the As for running For a first test, this dependency parsing could be skipped entirely and just pass the relevant Then you have a bunch of |
Ok I see, some hours of exploration/experiment are still needed. I'm still new to rust so I'm not that fluent in all of the ecosystem. |
Current Behavior
There is at the moment an example on how to use 1 cxx crate from cmake in https://github.com/corrosion-rs/corrosion/tree/master/test/cxxbridge.
Expected Behavior
I've read that this is possible to have multiple cxx rlib, one rust static library that does
extern crate
thingy. But I haven't seen any example how to do that with cmake, and how does it integrate withcorrosion_add_cxxbridge
.From the book:
Is there an example somewhere of how to do so? A minimal working example.
Steps To Reproduce
No response
Environment
CMake configure log with Debug log-level
No response
CMake Build step log
No response
The text was updated successfully, but these errors were encountered: