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 am using cxx to create Rust bindings for a Cmake based project. The Cmake project generates some header and install them on configure. So I am using rust Cmake in build.rs to build it, but the installed files are in OUT_DIR with hash in it. How can I include! the generated header in ffi?
The text was updated successfully, but these errors were encountered:
lightbulb128
changed the title
How can I include! a file in OUT
How can I include! a file in OUT_DIR
Jul 4, 2024
I am using cxx to create Rust bindings for a Cmake based project. The Cmake project generates some header and install them on configure. So I am using rust Cmake in build.rs to build it, but the installed files are in OUT_DIR with hash in it. How can I include! the generated header in ffi?
The text was updated successfully, but these errors were encountered: