fips icon indicating copy to clipboard operation
fips copied to clipboard

Feature: multiple target files for code generators

Open floooh opened this issue 9 years ago • 0 comments

It should be possible to define multiple source and header target files for the code generator:

fips_generate(... SOURCES Source1.cpp Source2.cpp HEADERS Header1.h Header2.h) 

This would also require a new entry point in the python-generator-scripts which accepts arrays for source and header files, to be backward compatible with existing generators.

See here for a real-world use case: #131

floooh avatar Oct 08 '16 09:10 floooh