ccpp-framework icon indicating copy to clipboard operation
ccpp-framework copied to clipboard

Framework should provide a cmake macro that wraps around the code generator

Open climbfuji opened this issue 4 years ago • 0 comments

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.

climbfuji avatar Dec 22 '21 15:12 climbfuji