X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2FCMakeLists.txt;h=d19f8dc75ca40a2212e60762deee1c1394f927dd;hb=28ccecc39947373ea231ff46a3d0c9a5c2448bc3;hp=455fc61e15aaa94f3e6589de0b9f6f60d576cb2d;hpb=e8ea5c566a690b3e3d24df9a3a4f9de8d52883a4;p=modules%2Fkernel.git diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt old mode 100755 new mode 100644 index 455fc61e1..d19f8dc75 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 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 @@ -44,30 +44,22 @@ SET(SCRIPTS orbmodule.py ORBConfigFile.py parseConfigFile.py - runSalome + PortManager.py runSalome.py runSession.py runConsole.py - salomeConsole.py + runRemote.py + runTests.py ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py salomeContext.py - salome_session.py salome_utils.py searchFreePort.py server.py setenv.py showNS.py - shutdownSalome.py virtual_salome.py waitContainers.py waitNS.py ) -IF(SALOME_USE_PORTMANAGER) - SET(PORTMANAGER_SCRIPTS - PortManager.py - ) - LIST(APPEND SCRIPTS ${PORTMANAGER_SCRIPTS}) -ENDIF() - SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})