Salome HOME
[PATCH] Minor error on warning msg
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
index d388e497efda10a9c2319948c66025079c074cd5..f3e2e73dd394c74581a616cae0e8d4941e9fd44d 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
 # 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
@@ -17,6 +17,9 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+ADD_SUBDIRECTORY(salome_tester)
+ADD_SUBDIRECTORY(tests)
+
 # ===============================================================
 # Files to be installed
 # ===============================================================
 # These files are executable scripts
 SET(SCRIPTS
   envd
-  searchFreePort.sh
   runRemote.sh
-  runAppli
-  runConsole
-  runSession
-  runSalomeScript
-  runTests
   .bashrc
   getAppliPath.py
   update_catalogs.py
   kill_remote_containers.py
+  salome # this is the Python launcher (without .py extension to avoid conflicts when importing salome python package)
+  salome_starter.py
+  .salome-completion.sh
 )
 
-SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${KERNEL_salomescript_SCRIPTS}/appliskel)
+SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel)