X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fappliskel%2FCMakeLists.txt;h=f3e2e73dd394c74581a616cae0e8d4941e9fd44d;hb=4f4bed19cea84286b1f671c71dced42d6ceb521b;hp=cb345a3420b6b30e671abefd3e0a5ba4c3f03c63;hpb=f876c49e5d46d086f1d741abada5ae86494bb5bb;p=modules%2Fkernel.git diff --git a/bin/appliskel/CMakeLists.txt b/bin/appliskel/CMakeLists.txt index cb345a342..f3e2e73dd 100755 --- a/bin/appliskel/CMakeLists.txt +++ b/bin/appliskel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 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 @@ -17,6 +17,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +ADD_SUBDIRECTORY(salome_tester) ADD_SUBDIRECTORY(tests) # =============================================================== @@ -27,15 +28,13 @@ ADD_SUBDIRECTORY(tests) SET(SCRIPTS envd runRemote.sh - runAppli - runConsole - runSession - runSalomeScript .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}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel)