cjh1 / VTKExternalModule

CMake buildsystem for externally building any built-in or remote VTK module outside of the VTK source tree.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VTKExternalModule

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

CMake buildsystem for externally building any built-in or remote VTK module outside of the VTK source tree.

CMake options

Selected options specific to this project. For a complete list of options, inspect the CMakeLists.txt and check documentation specific to CMake and VTK.

Name Description Required
VTK_MODULE_SOURCE_DIR Path to directory containing a vtk.module file. ✔️
VTK_MODULE_NAME Name of the module specified after VTK::. ✔️
VTK_MODULE_CMAKE_MODULE_PATH Optional path to prepend to CMAKE_MODULE_PATH.
VTK_KIT_FILEPATH Optional path to the vtk.kit file associated with the module.
<PackageName>_FIND_PACKAGE_VARS List of variables expected by vtk_module_find_package(<PackageName>). Each variables will be configured into vtk<vtk_module_name>-config.cmake.
VTK_BUILD_TESTING Build module testing directories. Default is OFF

License

It is covered by the Apache License, Version 2.0:

http://www.apache.org/licenses/LICENSE-2.0

About

CMake buildsystem for externally building any built-in or remote VTK module outside of the VTK source tree.

License:Apache License 2.0


Languages

Language:CMake 100.0%