Wolf macro cmake conftime
This pr add a config.h file (template at src/internal/config.h.in
) which is set at cmake configure time - before building.
This allows to define/set pre-processing macro before compilation.
A simple example is also available here.
For instance it allows enabling / disabling _WOLF_DEBUG
token.