Salome HOME
[EDF29093] : Quick fix resorbed
[modules/kernel.git] / src / KERNEL_PY / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 2864e9c..eec2bbf
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  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
 # 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
@@ -28,6 +28,7 @@ SET(salomepython_PYTHON
     Help.py
     PyInterp.py
     batchmode_salome.py
+    kernel_test.py
     salome_test.py
     salome_kernel.py
     salome_study.py
@@ -38,6 +39,7 @@ SET(salomepython_PYTHON
     salome_notebook.py
     salome_pynode.py
     salome_genericobj.py
+    salome_psutil.py
   )
 
 SALOME_INSTALL_SCRIPTS("${salomepython_PYTHON}" ${SALOME_INSTALL_PYTHON})