mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
14 lines
216 B
CMake
14 lines
216 B
CMake
# Module for ParaView Web.
|
|
|
|
vtk_module(vtkParaViewWebCore
|
|
DEPENDS
|
|
vtkWebCore
|
|
vtkWebGLExporter
|
|
vtkPVServerManagerDefault
|
|
TEST_DEPENDS
|
|
vtkImagingSources
|
|
TEST_LABELS
|
|
PARAVIEW
|
|
PARAVIEWWEB
|
|
)
|