mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
20 lines
448 B
CMake
20 lines
448 B
CMake
vtk_module(vtkParallelCore
|
|
GROUPS
|
|
StandAlone
|
|
DEPENDS
|
|
# Explicitely list (rather than transiently through
|
|
# vtkIOLegacy) because it allows us to turn of wrapping
|
|
# of vtkIOLegacy off but still satisfy API dependcy.
|
|
vtkCommonCore
|
|
vtkIOLegacy
|
|
PRIVATE_DEPENDS
|
|
vtksys
|
|
COMPILE_DEPENDS
|
|
vtkUtilitiesHashSource
|
|
TEST_DEPENDS
|
|
vtkTestingRendering
|
|
vtkRendering${VTK_RENDERING_BACKEND}
|
|
KIT
|
|
vtkParallel
|
|
)
|