capicxx-import-tools #721
kheaactua
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Over the last few years I've developed some CMake and Android tools to help use the generators and build CommonAPI apps. I've finally got around to putting them all together at capicxx-import-tools. I'd like to know what the community thinks. And while the one-repo demonstration mightn't map well to any current Covesa repository, I think some solution could be worked out to move this into the Covesa GitHub organization so the entire community can benefit.
Not the replace the package's README too much, but this package has three things (see below.) All these code snippets are from the include example-app
Components
CMake utilities (capicxx-cmake-modules)
Soong (Android AOSP) Utilities
Conan Recipes
This demonstration repository is tied together with Conan (2.4) recipes. The recipes aren't yet uploaded to any public remote, but once exported you can easily build any CommonAPI application. In capicxx-imprt-tools for instance I have this conanfile.py where I can easily get my dependencies with:
Notes/Caveats
Beta Was this translation helpful? Give feedback.
All reactions