X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FCMakeLists.txt;h=ba04a76b671b408cf2449530cff595bc6a37874f;hb=ca5ae90c80701e6b3f824ca9c0bf8fd09ed1b34f;hp=cba2bb54415180eecec32602a90d4fdebe6eb1c9;hpb=866822387420d8da61654fcabf49a9e51308c507;p=modules%2Fparavis.git diff --git a/src/Plugins/CMakeLists.txt b/src/Plugins/CMakeLists.txt index cba2bb54..ba04a76b 100755 --- a/src/Plugins/CMakeLists.txt +++ b/src/Plugins/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2014 CEA/DEN, EDF R&D +# Copyright (C) 2010-2015 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -27,14 +27,13 @@ IF(WIN32) ENDIF() SET(_subdirs - #Filter - #ToolBar MEDReader - TableReader - NavigationMode +# TableReader ElevationSurface ScaleVector EllipseBuilder + DifferenceTimesteps + ArrayRenamer ) IF(NOT SALOME_LIGHT_ONLY) @@ -42,6 +41,13 @@ IF(NOT SALOME_LIGHT_ONLY) ParaMEDCorba ) ENDIF() +IF(SALOME_PARAVIS_USE_GEOM_SOURCE) + LIST(APPEND _subdirs ParaGEOMCorba) +ENDIF() + +IF(SALOME_PARAVIS_USE_SMESH_SOURCE) + LIST(APPEND _subdirs ParaSMESHCorba) +ENDIF() FOREACH(_dir ${_subdirs}) ADD_SUBDIRECTORY(${_dir})