Salome HOME
updated copyright message
[modules/kernel.git] / idl / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index b69a9bd..43cd37e
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2023  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-INCLUDE(${PROJECT_SOURCE_DIR}/salome_adm/cmake_files/UseOmniORB.cmake)
+INCLUDE(${CONFIGURATION_ROOT_DIR}/cmake/UseOmniORB.cmake)
 
 INCLUDE_DIRECTORIES(
   ${OMNIORB_INCLUDE_DIR}
@@ -53,6 +53,9 @@ SET(SalomeIDLKernel_IDLSOURCES
   SALOME_MPIObject.idl
   SALOME_TestComponent.idl
   SALOME_TestModuleCatalog.idl
+  SALOME_CommonTypes.idl
+  SALOME_ExternalServerLauncher.idl
+  SALOME_Embedded_NamingService.idl
   ${CMAKE_CURRENT_BINARY_DIR}/Calcium_Ports.idl
 )