Salome HOME
Porting to ParaView 5.8
[modules/paravis.git] / src / Plugins / DevelopedSurface / plugin / DevelopedSurfaceModule / CMakeLists.txt
1 set(classes
2   vtkDevelopedSurface
3   VTKToMEDMem
4 )
5
6 vtk_module_add_module(DevelopedSurfaceModule
7   FORCE_STATIC
8   CLASSES ${classes}
9 )
10
11 target_include_directories(DevelopedSurfaceModule PRIVATE ${MEDCOUPLING_INCLUDE_DIRS})
12
13 if(HDF5_IS_PARALLEL)
14   target_link_libraries(DevelopedSurfaceModule PRIVATE ${MEDCoupling_paramedloader})
15 else()
16   target_link_libraries(DevelopedSurfaceModule PRIVATE ${MEDCoupling_medloader})
17 endif()