Files
ThirdParty-6/ParaView-5.0.1/ParaViewCore/ServerManager/Rendering/module.cmake

23 lines
416 B
CMake

vtk_module(vtkPVServerManagerRendering
GROUPS
ParaViewRendering
IMPLEMENTS
vtkPVServerManagerCore
DEPENDS
vtkPVServerImplementationRendering
vtkPVServerManagerCore
PRIVATE_DEPENDS
vtkCommonColor
vtkjsoncpp
vtksys
COMPILE_DEPENDS
vtkUtilitiesProcessXML
TEST_DEPENDS
vtkjsoncpp
vtkPVServerManagerApplication
TEST_LABELS
PARAVIEW
KIT
vtkPVServerManager
)