Salome HOME
updated copyright message
[modules/kernel.git] / bin / CMakeLists.txt
index 311ae399aaba2113ab79aae3c9797d8be3c3f643..d1abff4092a357ea366639e13fabc4e3300080ac 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  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
@@ -18,6 +18,7 @@
 #
 
 ADD_SUBDIRECTORY(appliskel)
+ADD_SUBDIRECTORY(SalomeOnDemandTK)
 
 SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS})
 SALOME_CONFIGURE_FILE(salomeContextUtils.py.in salomeContextUtils.py)
@@ -45,9 +46,14 @@ SET(SCRIPTS
   ORBConfigFile.py
   parseConfigFile.py
   PortManager.py
+  runSalomeCommon.py
   runSalome.py
+  runSalomeOld.py
+  runSalomeOnDemand.py
+  runSalomeNoServer.py
   runSession.py
   runConsole.py
+  runRemote.py
   runTests.py
   ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py
   salomeContext.py
@@ -59,6 +65,7 @@ SET(SCRIPTS
   virtual_salome.py
   waitContainers.py
   waitNS.py
+  pythonpath_reduction.py
   )
 
 SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})