Framework should provide a cmake macro that wraps around the code generator
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 25
- Forks
- 67
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
Description
To define a standard interface for host models using a CMake build system, the framework should provide a CMake macro that runs the code generator (capgen) and returns a standard set of information that a host model needs (e.g. all auto-generated files).
Alternatives (optional)
Leave it up to the host model how to call capgen and what to do with the data it returns.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the capgen entry point and any existing CMake integration. Define the standard CMake macro interface for host models, including how it invokes capgen and exposes the generated files and other required information. Done means a host model can use the macro instead of implementing its own capgen call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100