Salome HOME
Add methods to select mesh elements from python.
[modules/smesh.git] / src / SMESH_SWIG / CMakeLists.txt
1 # Copyright (C) 2012-2015  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 # --- scripts ---
21
22 # scripts / static
23 SET(_bin_SCRIPTS
24   smesh.py
25   batchmode_smesh.py
26   batchmode_mefisto.py
27   ex00_all.py
28   ex01_cube2build.py
29   ex02_cube2primitive.py
30   ex03_cube2partition.py
31   ex04_cube5tetraHexa.py
32   ex05_hole1build.py
33   ex06_hole1boolean.py
34   ex07_hole1partition.py
35   ex08_hole2build.py
36   ex09_grid4build.py
37   ex10_grid4geometry.py
38   ex11_grid3partition.py
39   ex12_grid17partition.py
40   ex13_hole1partial.py
41   ex14_cyl1holed.py
42   ex15_cyl2geometry.py
43   ex16_cyl2complementary.py
44   ex17_dome1.py
45   ex18_dome2.py
46   ex19_sphereINcube.py
47   ex21_lamp.py
48   ex24_cylinder.py
49   ex29_refine.py
50   ex30_tepal.py
51   ex30_groupsOp.py
52   ex31_dimGroup.py
53   SMESH_test.py
54   SMESH_test0.py
55   SMESH_test1.py
56   SMESH_test1_AndDisplay.py
57   SMESH_test2.py
58   SMESH_test3.py
59   SMESH_test4.py
60   SMESH_test5.py
61   SMESH_mechanic.py
62   SMESH_mechanic_tetra.py
63   SMESH_mechanic_editor.py
64   SMESH_mechanic_netgen.py
65   SMESH_fixation.py
66   SMESH_fixation_hexa.py
67   SMESH_fixation_tetra.py
68   SMESH_fixation_netgen.py
69   SMESH_box_tetra.py
70   SMESH_box2_tetra.py
71   SMESH_box3_tetra.py
72   SMESH_flight_skin.py
73   SMESH_Partition1_tetra.py
74   SMESH_controls.py
75   SMESH_freebord.py
76   SMESH_blocks.py
77   SMESH_BelongToGeom.py
78   SMESH_GroupFromGeom2.py
79   SMESH_box.py
80   SMESH_demo_hexa2_upd.py
81   SMESH_hexaedre.py
82   SMESH_Sphere.py
83   SMESH_GroupFromGeom.py
84   SMESH_Nut.py
85   SMESH_GroupLyingOnGeom.py
86   SMESH_AdvancedEditor.py
87   SMESH_BuildCompound.py
88   PAL_MESH_041_mesh.py
89   PAL_MESH_043_2D.py
90   PAL_MESH_043_3D.py
91   SMESH_reg.py
92   smesh_selection.py
93 )
94
95 SET(smesh_SCRIPTS
96   smeshBuilder.py
97   smesh_algorithm.py
98 )
99
100 SET(StdMeshers_SCRIPTS
101   __init__.py
102   StdMeshersBuilder.py
103 )
104 # --- rules ---
105 SALOME_INSTALL_SCRIPTS("${_bin_SCRIPTS}" ${SALOME_INSTALL_SCRIPT_PYTHON} DEF_PERMS)
106 SALOME_INSTALL_SCRIPTS("${smesh_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/salome/smesh DEF_PERMS)
107 SALOME_INSTALL_SCRIPTS("${StdMeshers_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/salome/StdMeshers DEF_PERMS)
108 SALOME_INSTALL_SCRIPTS(SMESH_shared_modules.py ${SALOME_INSTALL_PYTHON}/shared_modules DEF_PERMS)