X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FCMakeLists.txt;h=ba04a76b671b408cf2449530cff595bc6a37874f;hb=ca5ae90c80701e6b3f824ca9c0bf8fd09ed1b34f;hp=52b6e529985881572ce5cfbeb7a55d8c442df4df;hpb=bae87bd664530e90e6106a91a0e24051fc971b7d;p=modules%2Fparavis.git diff --git a/src/Plugins/CMakeLists.txt b/src/Plugins/CMakeLists.txt index 52b6e529..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 @@ -32,6 +32,8 @@ SET(_subdirs ElevationSurface ScaleVector EllipseBuilder + DifferenceTimesteps + ArrayRenamer ) IF(NOT SALOME_LIGHT_ONLY) @@ -39,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})