X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FCMakeLists.txt;h=8fca10f7339a49190f06a97a311146a4155a4f83;hb=af68ad722de88cfd63bd741312aa577f2e5b5efe;hp=2a5d8349dbc5b23617689c81a4118823998b68cd;hpb=196a5e085618b035f0622155c39a2ae741b52af3;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()