Salome HOME
Update copyrights
[modules/homard.git] / resources / CMakeLists.txt
1 # Copyright (C) 2007-2019  CEA/DEN, 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 SET(HOMARD_RESOURCES_FILES
21   advanced_mesh_info.png
22   boxdxy.png
23   boxdxy_2.png
24   boxdxyz.png
25   boxdxyz_2.png
26   cas_calcule.png
27   cas_non_calcule.png
28   conedxyz.png
29   cone.png
30   conepointvector.png
31   cylinderpointvector.png
32   cylinderpointvector_2.png
33   delete.png
34   drapeau_en.gif
35   drapeau_fr.gif
36   disk.png
37   disk_2.png
38   diskwithhole.png
39   diskwithhole_2.png
40   full_view.png
41   geometry.png
42   HOMARD.png
43   HOMARD_2.png
44   hypotheses.png
45   iter0.png
46   iter_calculee.png
47   iter_next.png
48   iter_non_calculee.png
49   iter_poursuite.png
50   loop.png
51   med.png
52   mesh_compute.png
53   mesh_hypo_edit.png
54   mesh_tree_mesh.png
55   mesh_tree_importedmesh.png
56   mesh_whatis.png
57   pipe.png
58   pipe_2.png
59   save.png
60   schema.png
61   spherepoint.png
62   spherepoint_2.png
63   table_view.png
64   texte.png
65   texte_2.png
66   toruspointvector.png
67   triangle.png
68   whatis.png
69   write.png
70   yacs.png
71   yacs_01.fr.xml
72   yacs_01.en.xml
73   zone_boxdxyz.png
74   zone_boxdxyz_2.png
75   zone_icone.png
76   zone_icone_2.png
77   zone_spherepoint.png
78   zone_spherepoint_2.png
79   zones.png
80 )
81
82 INSTALL(FILES ${HOMARD_RESOURCES_FILES} DESTINATION ${SALOME_HOMARD_INSTALL_RES_DATA})
83
84 SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_HOMARD_INSTALL_RES_DATA})
85 SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/HOMARDCatalog.xml.in ${CMAKE_CURRENT_BINARY_DIR}/HOMARDCatalog.xml INSTALL ${SALOME_HOMARD_INSTALL_RES_DATA})