Files
ThirdParty-6/ParaView-5.0.1/VTK/Parallel/Core/module.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
)