cmake + useSWIG + Java: missing Java package name
I am trying to SWIG a simple C++ module, specifying as a target the Java language.
Everything goes fine except that the output Java sources don’t have the package name at the beginning of the file.
I am trying to SWIG a simple C++ module, specifying as a target the Java language.
Everything goes fine except that the output Java sources don’t have the package name at the beginning of the file.