Salome HOME
essai formalisation niveaux de debug
[modules/smesh.git] / src / Tools / blocFissure / gmu / CMakeLists.txt
1 # Copyright (C) 2012-2014  EDF R&D
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(plugin_SCRIPTS
24   __init__.py
25   blocDefaut.py
26   checkDecoupePartition.py
27   commonSubShapes.py
28   creeZoneDefautDansObjetSain.py
29   creeZoneDefautFilling.py
30   creeZoneDefautGeom.py
31   creeZoneDefautMaillage.py
32   distance2.py
33   eliminateDoubles.py
34   ellipsoideDefaut.py
35   enleveDefaut.py
36   extractionOrienteeMulti.py
37   extractionOrientee.py
38   facesCirculaires.py
39   facesFissure.py
40   facesToreInBloc.py
41   facesVolumesToriques.py
42   findWireEndVertices.py
43   findWireIntermediateVertices.py
44   fissureCoude.py
45   fissureGenerique.py
46   genereElemsFissureElliptique.py
47   genereMeshCalculZoneDefaut.py
48   geomsmesh.py
49   getCentreFondFiss.py
50   getStatsMaillageFissure.py
51   getSubshapeIds.py
52   initEtude.py
53   initLog.py
54   insereFissureElliptique.py
55   insereFissureGenerale.py
56   insereFissureLongue.py
57   meshBlocPart.py
58   orderEdgesFromWire.py
59   partitionBlocDefaut.py
60   partitionVolumeSain.py
61   peauInterne.py
62   produitMixte.py
63   projettePointSurCourbe.py
64   prolongeVertices.py
65   prolongeWire.py
66   propagateTore.py
67   putName.py
68   quadranglesToShape.py
69   regroupeSainEtDefaut.py
70   rotTrans.py
71   shapesSurFissure.py
72   shapeSurFissure.py
73   sortEdges.py
74   sortFaces.py
75   sortGeneratrices.py
76   sortSolids.py
77   substractSubShapes.py
78   testgmu.py
79   toreFissure.py
80   triedreBase.py
81   whichSideMulti.py
82   whichSide.py
83   whichSideVertex.py
84 )
85
86 # --- rules ---
87
88 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS}/blocFissure/gmu)