SWIG and Java
SWIG has an option -package for specifying java package path, but I cannot find an easy way for doing it with CMake. How about adding it?
You can specify this option by using COMPILE_OPTIONS
source property (see UseSWIG module).
Thanks for your reply!