X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FCMakeLists.txt;h=d19f8dc75ca40a2212e60762deee1c1394f927dd;hb=4d61f5b8863253a259cde301c39b60909a6b18fa;hp=07ef256a4123270d0ff4525fc8b0d8a5ba700086;hpb=e05baa81ea35b45a4cabb393c8803a2774e6f9bf;p=modules%2Fkernel.git diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt old mode 100755 new mode 100644 index 07ef256a4..d19f8dc75 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2021 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 @@ -20,6 +20,7 @@ ADD_SUBDIRECTORY(appliskel) SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS}) +SALOME_CONFIGURE_FILE(salomeContextUtils.py.in salomeContextUtils.py) # =============================================================== # Files to be installed @@ -44,23 +45,21 @@ SET(SCRIPTS ORBConfigFile.py parseConfigFile.py PortManager.py - runSalome runSalome.py runSession.py runConsole.py - salomeConsole.py - salomeLauncherUtils.py - salomeRunner.py - salome_session.py + runRemote.py + runTests.py + ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py + salomeContext.py salome_utils.py searchFreePort.py server.py setenv.py showNS.py - shutdownSalome.py - Singleton.py virtual_salome.py waitContainers.py waitNS.py ) + SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})