Salome HOME
updated copyright message
[modules/med.git] / idl / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index ae60cb1..e153b63
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# 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
@@ -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)