Hacker News new | ask | show | jobs
by cpdt 2784 days ago
Yeah, it works quite well. In my case, I used ‘ExternalProject_Add’ to run the builds through Cargo, then setup a static lib target with that as a dependency, linking to the files built by Cargo and a few system libs it expects. From there you can treat it like any target in Cmake, and it just works(tm).

Edited for clarity

1 comments

That's great! This sounds like a path into Rust for me.