X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FCMakeLists.txt;h=8fca10f7339a49190f06a97a311146a4155a4f83;hb=0e8a803e673f4abf2fc951c94ec45010726e6e4b;hp=2a5d8349dbc5b23617689c81a4118823998b68cd;hpb=321172f9eb748d4eb557ddb631f167299ed47b09;p=modules%2Fparavis.git diff --git a/src/Plugins/CMakeLists.txt b/src/Plugins/CMakeLists.txt index 2a5d8349..8fca10f7 100755 --- a/src/Plugins/CMakeLists.txt +++ b/src/Plugins/CMakeLists.txt @@ -20,21 +20,25 @@ INCLUDE(${PARAVIEW_USE_FILE}) SET(_subdirs - MEDReader -# TableReader + MEDReader +# TableReader ElevationSurface + GhostCellsGenerator ScaleVector EllipseBuilder DifferenceTimesteps ArrayRenamer JSONReader ) - + IF(NOT SALOME_LIGHT_ONLY) - LIST(APPEND _subdirs - ParaMEDCorba - ) -ENDIF() + IF(SALOME_PARAVIS_BUILD_CORBA_PLUGINS) + LIST(APPEND _subdirs + ParaMEDCorba + ) + ENDIF() +ENDIF() + IF(SALOME_PARAVIS_USE_GEOM_SOURCE) LIST(APPEND _subdirs ParaGEOMCorba) ENDIF()