Salome HOME
Merge branch 'BR_PY3'
[modules/hydrosolver.git] / resources / 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 SET(HYDROSOLVER_RESOURCES_FILES
19   HYDRO.png
20   HYDROSOLVERCatalog.xml
21   HYDRO_small.png
22   SalomeApp.xml.in
23   case1d.png
24   case2d.png
25   case_couplage.png
26   create_case1d.png
27   create_case_couplage.png
28   create_study.png
29   create_param_study.png
30   create_telma_cas.png
31   define_boundary_conditions.png
32   edit_boundary_conditions_file.png
33   edit_breaches_file.png
34   edit_liquid_boundary_conditions_file.png
35   generate_interpolks_py.png
36   generate_interpolz_py.png
37   icon_variables.png
38   log.png
39   study_file.png
40   telma_file.png
41   param_study_file.png
42 )
43
44 INSTALL(FILES ${HYDROSOLVER_RESOURCES_FILES} DESTINATION ${SALOME_HYDROSOLVER_INSTALL_RES_DATA})
45
46 MESSAGE(STATUS "Creation of ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml")
47 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml @ONLY)
48 INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml DESTINATION ${SALOME_HYDROSOLVER_INSTALL_RES_DATA})