Salome HOME
updated copyright message
[modules/med.git] / idl / CMakeLists.txt
index e8c8dee1966c59ef5ca1429ffdc52334d70f3073..e153b639c0cd74900d69f0c629b5636c0b515ee0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2023  CEA, EDF
 #
 # 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.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -26,12 +26,15 @@ INCLUDE_DIRECTORIES(
 )
 
 SET(SalomeIDLMED_IDLSOURCES
+  MED_Gen.idl
+  MEDCommandsHistoryManager.idl
   MEDCouplingCorbaServant.idl
   ParaMEDCouplingCorbaServant.idl
   MEDDataManager.idl
   MEDCalculator.idl
   MEDEventListener.idl
-  MEDOPFactory.idl
+  MEDPresentationManager.idl
+  MEDFactory.idl
 )
 
 IF(SALOME_USE_MPI)