Salome HOME
introducing test on mesh extension, with resources generated first
[modules/hydro.git] / src / HYDROTools / CMakeLists.txt
1 #  Copyright (C) 2012-2013 EDF
2 #
3 #  This file is part of SALOME HYDRO module.
4 #
5 #  SALOME HYDRO module is free software: you can redistribute it and/or modify
6 #  it under the terms of the GNU General Public License as published by
7 #  the Free Software Foundation, either version 3 of the License, or
8 #  (at your option) any later version.
9 #
10 #  SALOME HYDRO module is distributed in the hope that it will be useful,
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #  GNU General Public License for more details.
14 #
15 #  You should have received a copy of the GNU General Public License
16 #  along with SALOME HYDRO module.  If not, see <http://www.gnu.org/licenses/>.
17
18 #ADD_SUBDIRECTORY(xxx)
19
20 # --- Python files ---
21
22 SET(PYFILES
23   __init__.py
24   controls.py
25   interpolZ.py
26   interpolS.py
27   shapesGroups.py
28   cutMesh.py
29   changeCoords.py
30   changeBathy.py
31   hydroGeoMeshUtils.py
32 )
33
34 # --- plugins dialogs
35
36 ADD_SUBDIRECTORY(plugins)
37 ADD_SUBDIRECTORY(testPlugin)
38
39 # --- plugin scripts / static
40
41 SET(plugin_SCRIPTS
42   hydro_plugins.py
43 )
44
45 # --- rules ---
46
47 SALOME_INSTALL_SCRIPTS("${PYFILES}" ${SALOME_INSTALL_PYTHON}/salome/hydrotools)
48
49 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_HYDRO_INSTALL_PLUGINS})