Salome HOME
Bug revealed when activating tests with MPI.
[modules/med.git] / SalomeMEDConfig.cmake.in
index 53e6278fcad40ad44172b23e9bcc178d4b736055..ecb6fd9a9451829f7dc7de2bbe4e12b851ff3691 100644 (file)
@@ -5,28 +5,24 @@
 #
 
 ###############################################################
-#  Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License.
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 #
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
-#  See http://www.salome-platform.org/ or
-#  email : webmaster.salome@opencascade.com
-###############################################################
 
 ### Initialisation performed by CONFIGURE_PACKAGE_CONFIG_FILE:
 @PACKAGE_INIT@
@@ -127,7 +123,7 @@ SET(SALOME_INSTALL_RES "@SALOME_INSTALL_RES@")
 
 IF(SALOME_MED_BUILD_GUI) 
   # Include GUI targets if they were not already loaded:
-  IF(NOT (TARGET Event)
+  IF(NOT (TARGET Event) AND NOT SALOME_MED_STANDALONE)
     INCLUDE("${GUI_ROOT_DIR_EXP}/${SALOME_INSTALL_CMAKE_LOCAL}/SalomeGUITargets.cmake")
   ENDIF()
 ELSE(SALOME_MED_BUILD_GUI)
@@ -144,8 +140,21 @@ SET(MED_interpkernel interpkernel)
 SET(MED_medcoupling medcoupling)
 SET(MED_medcouplingremapper medcouplingremapper)
 SET(MED_medloader medloader)
+SET(MED_renumbercpp renumbercpp)
+SET(MED_medpartitionercpp medpartitionercpp)
+SET(MED_MEDPARTITIONERTest MEDPARTITIONERTest)
+SET(MED_InterpKernelTest InterpKernelTest)
 SET(MED_paramedmem paramedmem)
 SET(MED_paramedloader paramedloader)
+SET(MED_paramedcouplingcorba paramedcouplingcorba)
+SET(MED_paramedmemcompo paramedmemcompo)
+SET(MED_ParaMEDMEMTest ParaMEDMEMTest)
 SET(MED_SalomeIDLMED SalomeIDLMED)
+SET(MED_SalomeIDLMEDTests SalomeIDLMEDTests)
 SET(MED_medcouplingcorba medcouplingcorba)
 SET(MED_medcouplingclient medcouplingclient)
+SET(MED_medcalculator medcalculator)
+SET(MED_medcalculatorspython medcalculatorspython)
+SET(MED_MEDOPFactoryEngine MEDOPFactoryEngine)
+SET(MED_MEDOPGUI_dialogs MEDOPGUI_dialogs)
+SET(MED_MEDOPGUI MEDOPGUI)