Salome HOME
Windows compatibility
[modules/paravis.git] / src / Plugins / CMakeLists.txt
index 325f79834ce295309010ff6f210094f9e875887a..8fca10f7339a49190f06a97a311146a4155a4f83 100755 (executable)
@@ -23,6 +23,7 @@ SET(_subdirs
   MEDReader
 #  TableReader
   ElevationSurface
+  GhostCellsGenerator
   ScaleVector
   EllipseBuilder
   DifferenceTimesteps
@@ -31,9 +32,11 @@ SET(_subdirs
   )
 
 IF(NOT SALOME_LIGHT_ONLY)
-  LIST(APPEND _subdirs
-    ParaMEDCorba
-  )
+  IF(SALOME_PARAVIS_BUILD_CORBA_PLUGINS)
+    LIST(APPEND _subdirs
+      ParaMEDCorba
+    )
+  ENDIF()
 ENDIF()
 
 IF(SALOME_PARAVIS_USE_GEOM_SOURCE)