|
VTK
9.0.1
|
Functions | |
| function | vtk_module_wrap_java () |
| Wrap a set of modules for use in Java. More... | |
| function vtk_module_wrap_java | ( | ) |
Wrap a set of modules for use in Java.
MODULES: (Required) The list of modules to wrap.WRAPPED_MODULES: (Recommended) Not all modules are wrappable. This variable will be set to contain the list of modules which were wrapped.JAVA_OUTPUT: Defaults to ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/vtkJava. Java source files are written to this directory. After generation, the files may be compiled as needed.LIBRARY_DESTINATION (Recommended): If provided, dynamic loader information will be added to modules for loading dependent libraries.JNILIB_DESTINATION: Where to install JNI libraries.JNILIB_COMPONENT: Defaults to jni. The install component to use for JNI libraries.For each wrapped module, a <module>Java target will be created. These targets will have a _vtk_module_java_files property which is the list of generated Java source files for that target.
For dependency purposes, the <module>Java-java-sources target may also be used.
Definition at line 321 of file vtkModuleWrapJava.cmake.
1.8.17