Salome HOME
f40a286821ba4ba4333576952d86689f7cb49008
[modules/hydrosolver.git] / src / salome_hydro / 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(telma)
19 ADD_SUBDIRECTORY(param_study)
20 ADD_SUBDIRECTORY(run_study)
21 ADD_SUBDIRECTORY(boundary_conditions)
22
23 # --- Python files ---
24
25 SET(PYFILES
26   __init__.py
27   study.py
28   gui_utils.py
29   generate_interpolz.py
30   assignStrickler_gui.py
31   interpolz_gui.py
32   changeCoordsDialog.py
33   initialFieldDialog.py
34 )
35
36 SET(UIFILES
37   assignStrickler.ui
38   interpolz.ui
39   changeCoords.ui
40   initialField.ui
41 )
42
43 SET(TEMPLFILES
44   interpolz.template
45   interpolz_b.template
46   assignStrickler.template
47 )
48
49 # --- rules ---
50
51 SALOME_INSTALL_SCRIPTS( "${PYFILES}" ${SALOME_INSTALL_PYTHON}/salome/hydro)
52 INSTALL( FILES ${UIFILES} DESTINATION ${SALOME_INSTALL_PYTHON}/salome/hydro)
53 INSTALL( FILES ${TEMPLFILES} DESTINATION ${SALOME_INSTALL_PYTHON}/salome/hydro)