Hi,
Why the generated files (lbmmgtypesf.h for example) are written in the source directory, and why theses files are in the repository (git)?
Normally, when using CMake the source directory must stay clean, and all the generated files (headers, .o, .dll, .so) are in the build directory and not in the source directory. this make me lost some of my changes because the user don’t know if the file is generated of is a source file.
Even worst these generated files are committed in the repository!!!
Felipe