You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get this to work once using CMake install commands, but it would be really nice if there was a minimal working cmake that put a C or C++ library's build output somewhere in the target folder that a Rust project is able to link against, possibly with bindgen. It's just that I can't seem to find documentation and have to work by trial and error.
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Thanks, that actually the magic install line in CMakeLists.txt I needed to build, perhaps a good start would be to link that repo from cmake-rs's README.md? I might make a PR tonight if someone doesn't beat me to it
I was able to get this to work once using CMake
install
commands, but it would be really nice if there was a minimal working cmake that put a C or C++ library's build output somewhere in the target folder that a Rust project is able to link against, possibly with bindgen. It's just that I can't seem to find documentation and have to work by trial and error.Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: