Re: [yocto] using cargo from cmake
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <CANNYZj-sOomDEBhJwTiROB15BPEr=t0XmTiWyYwBy0GU4GaEKw@mail.gmail.com> |
On Thu, 4 Sept 2025 at 13:49, Marek Belisko via lists.yoctoproject.org <[email protected]> wrote: > I'm trying to compile UnifySDK using cmake as a build system. But in the cmakefiles they call explicitly cargo explicitly. I cannot include cargo + cmake together. Is there some existing package which uses the same combination or what would be a proper way to handle such a situation. Yes, librsvg uses cargo+meson. Theoretically, 'inherit cargo_common cmake' should work. In practice, you'll probably be the first to try it. Alex