]> SALOME platform Git repositories - modules/homard.git/blob - resources/CMakeLists.txt
Salome HOME
Frontière analytique torique
[modules/homard.git] / resources / CMakeLists.txt
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22
23 SET(HOMARD_RESOURCES_FILES
24   advanced_mesh_info.png
25   boxdxy.png
26   boxdxy_2.png
27   boxdxyz.png
28   boxdxyz_2.png
29   cas_calcule.png
30   cas_non_calcule.png
31   conedxyz.png
32   cone.png
33   conepointvector.png
34   cylinderpointvector.png
35   cylinderpointvector_2.png
36   delete.png
37   drapeau_en.gif
38   drapeau_fr.gif
39   disk.png
40   disk_2.png
41   diskwithhole.png
42   diskwithhole_2.png
43   full_view.png
44   HOMARD.png
45   HOMARD_2.png
46   hypotheses.png
47   iter0.png
48   iter_calculee.png
49   iter_next.png
50   iter_non_calculee.png
51   iter_poursuite.png
52   loop.png
53   med.png
54   mesh_compute.png
55   mesh_hypo_edit.png
56   mesh_tree_mesh.png
57   mesh_tree_importedmesh.png
58   mesh_whatis.png
59   pipe.png
60   pipe_2.png
61   save.png
62   schema.png
63   spherepoint.png
64   spherepoint_2.png
65   table_view.png
66   texte.png
67   texte_2.png
68   toruspointvector.png
69   triangle.png
70   whatis.png
71   write.png
72   yacs.png
73   yacs_01.fr.xml
74   yacs_01.en.xml
75   zone_boxdxyz.png
76   zone_boxdxyz_2.png
77   zone_icone.png
78   zone_icone_2.png
79   zone_spherepoint.png
80   zone_spherepoint_2.png
81   zones.png
82 )
83
84 INSTALL(FILES ${HOMARD_RESOURCES_FILES} DESTINATION ${SALOME_HOMARD_INSTALL_RES_DATA})
85
86 SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_HOMARD_INSTALL_RES_DATA})
87 SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/HOMARDCatalog.xml.in ${CMAKE_CURRENT_BINARY_DIR}/HOMARDCatalog.xml INSTALL ${SALOME_HOMARD_INSTALL_RES_DATA})