X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FCMakeLists.txt;h=587e841fda1a987fc310657d622d7ff22366d8fd;hb=e429ce02076e083051c6520e0d7113022bd67b18;hp=47f9440d5a7858291012736c78a5ea544a266c2e;hpb=0b2ae5e8956255adcf581d3e6db963a10699537c;p=modules%2Fkernel.git diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 47f9440d5..587e841fd 100755 --- 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-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 # 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 @@ -19,16 +19,15 @@ ADD_SUBDIRECTORY(appliskel) -CONFIGURE_FILE(VERSION.in VERSION @ONLY) - -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/VERSION DESTINATION ${KERNEL_salomebin_BINS}) +SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS}) +SALOME_CONFIGURE_FILE(salomeContextUtils.py.in salomeContextUtils.py) # =============================================================== # Files to be installed # =============================================================== # These files are data, module or lib files -#INSTALL(FILES salome.launch DESTINATION ${KERNEL_salomescript_DATA}) +#INSTALL(FILES config_appli.xml salome.launch DESTINATION ${SALOME_INSTALL_SCRIPT_DATA}) # These files are executable scripts SET(SCRIPTS @@ -45,12 +44,14 @@ SET(SCRIPTS orbmodule.py ORBConfigFile.py parseConfigFile.py - runSalome + PortManager.py runSalome.py runSession.py runConsole.py + runTests.py salomeConsole.py - salomeRunner.py + ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py + salomeContext.py salome_session.py salome_utils.py searchFreePort.py @@ -62,4 +63,5 @@ SET(SCRIPTS waitContainers.py waitNS.py ) -SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${KERNEL_salomescript_SCRIPTS}) + +SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})