libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
59 stars 26 forks source link

Allow processing all files that are defined by the includes #63

Closed Berstanio closed 3 months ago

Berstanio commented 3 months ago

The files which are compiled are already defined by the c(pp)Includes/Excludes, therefor we should just accept what is defined by them. This allows for compiling more files with other extension, like .cc or .S.

This might be a little breaking, if some user defined incorrect includes, that got filtered out so far by their wrong file extension. However, I think that is rather minor.