Salome HOME
Update copyrights 2014.
[modules/homard.git] / resources / CMakeLists.txt
1 # Copyright (C) 2007-2014  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   HOMARD.png
42   HOMARD_2.png
43   hypotheses.png
44   iter0.png
45   iter_calculee.png
46   iter_next.png
47   iter_non_calculee.png
48   iter_poursuite.png
49   loop.png
50   med.png
51   mesh_compute.png
52   mesh_hypo_edit.png
53   mesh_tree_mesh.png
54   mesh_tree_importedmesh.png
55   mesh_whatis.png
56   pipe.png
57   pipe_2.png
58   save.png
59   schema.png
60   spherepoint.png
61   spherepoint_2.png
62   table_view.png
63   texte.png
64   texte_2.png
65   toruspointvector.png
66   triangle.png
67   whatis.png
68   write.png
69   yacs.png
70   yacs_01.fr.xml
71   yacs_01.en.xml
72   zone_boxdxyz.png
73   zone_boxdxyz_2.png
74   zone_icone.png
75   zone_icone_2.png
76   zone_spherepoint.png
77   zone_spherepoint_2.png
78   zones.png
79 )
80
81 INSTALL(FILES ${HOMARD_RESOURCES_FILES} DESTINATION ${SALOME_HOMARD_INSTALL_RES_DATA})
82
83 SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_HOMARD_INSTALL_RES_DATA})
84 SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/HOMARDCatalog.xml.in ${CMAKE_CURRENT_BINARY_DIR}/HOMARDCatalog.xml INSTALL ${SALOME_HOMARD_INSTALL_RES_DATA})