Skip to content

Wolf macro cmake conftime

Jeremie Deray requested to merge wolf_macro_cmake_conftime into master

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.

Merge request reports