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