X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fappliskel%2FCMakeLists.txt;h=785287b0fe520151a7df716c7234440557e62d54;hb=75a38dd5aa46aef6300c3e8b6eaced236c0d2f4e;hp=e1763cfca06d2bb64a68dd5b7d56d2ac14639e8d;hpb=991804e5e6def86ec8f17019e3dab9f3785431ba;p=modules%2Fkernel.git diff --git a/bin/appliskel/CMakeLists.txt b/bin/appliskel/CMakeLists.txt index e1763cfca..785287b0f 100755 --- a/bin/appliskel/CMakeLists.txt +++ b/bin/appliskel/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2014 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,8 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +ADD_SUBDIRECTORY(tests) + # =============================================================== # Files to be installed # =============================================================== @@ -24,16 +26,17 @@ # 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_INSTALL_SCRIPTS("${SCRIPTS}" ${KERNEL_salomescript_SCRIPTS}/appliskel) +SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel)