Salome HOME
bca2de94bf307d105ce1644350a4df27e6a61093
[modules/kernel.git] / bin / CMakeLists.txt
1 # Copyright (C) 2012-2023  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 ADD_SUBDIRECTORY(appliskel)
21 ADD_SUBDIRECTORY(SalomeOnDemandTK)
22
23 SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS})
24 SALOME_CONFIGURE_FILE(salomeContextUtils.py.in salomeContextUtils.py)
25
26 # ===============================================================
27 # Files to be installed
28 # ===============================================================
29
30 # These files are data, module or lib files
31 #INSTALL(FILES config_appli.xml salome.launch DESTINATION ${SALOME_INSTALL_SCRIPT_DATA})
32
33 # These files are executable scripts
34 SET(SCRIPTS
35   appli_clean.sh
36   runIDLparser
37   addToKillList.py
38   appli_gen.py
39   envSalome.py
40   killSalome.py
41   killSalomeWithPort.py
42   launchConfigureParser.py
43   nameserver.py
44   NSparam.py
45   orbmodule.py
46   ORBConfigFile.py
47   parseConfigFile.py
48   PortManager.py
49   runSalomeCommon.py
50   runSalome.py
51   runSalomeOld.py
52   runSalomeOnDemand.py
53   runSalomeNoServer.py
54   runSession.py
55   runConsole.py
56   runRemote.py
57   runTests.py
58   ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py
59   salomeContext.py
60   salome_utils.py
61   searchFreePort.py
62   server.py
63   setenv.py
64   showNS.py
65   virtual_salome.py
66   waitContainers.py
67   waitNS.py
68   pythonpath_reduction.py
69   )
70
71 SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})