Salome HOME
Merge branch 'V9_9_BR'
[modules/kernel.git] / bin / CMakeLists.txt
index c3a8fffa75ccfeea891a5fc5dc3e4abfce5feb5d..23136e5b6018eabb4f0da2f8a174a6ce5f3f0ec3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2021  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -45,7 +45,9 @@ SET(SCRIPTS
   ORBConfigFile.py
   parseConfigFile.py
   PortManager.py
+  runSalomeCommon.py
   runSalome.py
+  runSalomeOld.py
   runSalomeNoServer.py
   runSession.py
   runConsole.py
@@ -61,6 +63,7 @@ SET(SCRIPTS
   virtual_salome.py
   waitContainers.py
   waitNS.py
+  pythonpath_reduction.py
   )
 
 SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})