git and generate_export_header

Hi,

I’m just looking for an advice: should I gitignore files generated by generate_export_header?
How can I document the fact that my sources are including a file that must first be generated?

Thanks
A.

Usually you generate them to the build directory and there’s no need to exclude them. They’re “documented” by adding the build dir to your PUBLIC include directories (as a build interface).

Hi
It does not match my include files organisation but thanks for the advice anyway.

Regards
A.