VTKSDKModuleBuilder.cmake ========================= .. cmake:command:: vtksdk_build_modules Find, build and wrap VTK modules for VTK-SDK based wheels. - `package_name` is the name of the python package, that will be used to name the folder inside site-packages. - `MODULES` list of modules to build, must be non-empty. - `SOURCE_DIR` is the root for vtk.module search paths, default to ${CMAKE_SOURCE_DIR}. - `ENABLE_TESTS` build testing of modules, default to "OFF". - `STATIC` if specified native libraries are build as static libraries, otherwise as shared (recommanded). - `LAYOUT` Use SDK when building a SDK package. Default to "Runtime". - `DEPENDENCIES` packages this package depends on, used to correct RPATHs. .. code-block:: cmake vtksdk_build_modules( [SOURCE_DIR ] [ENABLE_TESTS ] [LAYOUT ] [STATIC] [DEPENDENCIES ] MODULES ... )