X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FCMakeLists.txt;h=587e841fda1a987fc310657d622d7ff22366d8fd;hb=e429ce02076e083051c6520e0d7113022bd67b18;hp=431f7f961596143adf153cbf20f1b24ef7835b91;hpb=0fac7040be417aab7228a4e23904b4cf22a8dda4;p=modules%2Fkernel.git diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 431f7f961..587e841fd 100755 --- 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-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 @@ -20,7 +20,7 @@ ADD_SUBDIRECTORY(appliskel) SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS}) -SALOME_CONFIGURE_FILE(salomeLauncherUtils.py.in salomeLauncherUtils.py) +SALOME_CONFIGURE_FILE(salomeContextUtils.py.in salomeContextUtils.py) # =============================================================== # Files to be installed @@ -44,13 +44,14 @@ SET(SCRIPTS orbmodule.py ORBConfigFile.py parseConfigFile.py - runSalome + PortManager.py runSalome.py runSession.py runConsole.py + runTests.py salomeConsole.py - ${CMAKE_CURRENT_BINARY_DIR}/salomeLauncherUtils.py - salomeRunner.py + ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py + salomeContext.py salome_session.py salome_utils.py searchFreePort.py @@ -63,11 +64,4 @@ SET(SCRIPTS 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})