]> SALOME platform Git repositories - modules/paravis.git/blob - src/Plugins/MEDReader/IO/module.cmake
Salome HOME
Porting to ParaView version b5c4c893ca879ecb55742e811cc47c289e3c383
[modules/paravis.git] / src / Plugins / MEDReader / IO / module.cmake
1 SET(VTK_LIBS vtkCommonExecutionModel vtkParallelCore)
2
3 vtk_module(vtkMEDReader
4   DEPENDS
5     ${VTK_LIBS}
6   TEST_DEPENDS
7     vtkRenderingCore
8     vtkTestingRendering
9     vtkInteractionStyle
10 )