X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=resources%2FCMakeLists.txt;h=ab8792bc1b435e9d6769d383b8ecc91280667a6e;hp=5dbf7d0ca3672b2e70daa85db894538f0852bd14;hb=f513b3c72c0c9c1a0c68bae34813cb41ac6fdcd5;hpb=251f8c052dd12dd29922210dc901b295fe999a0e diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 5dbf7d0ca..ab8792bc1 100755 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -38,6 +38,8 @@ SET(SMESH_RESOURCES_FILES mesh_choose_all.png mesh_clear.png mesh_compute.png + mesh_evaluate.png + mesh_order.png mesh_diagonal.png mesh_edit.png mesh_hexa.png @@ -96,6 +98,7 @@ SET(SMESH_RESOURCES_FILES mesh_tetra.png mesh_tree_algo_hexa.png mesh_tree_algo_mefisto.png + mesh_tree_algo_polygon.png mesh_tree_algo.png mesh_tree_algo_0D.png mesh_tree_algo_quad.png @@ -106,6 +109,7 @@ SET(SMESH_RESOURCES_FILES mesh_tree_hypo.png mesh_tree_hypo_segment.png mesh_tree_hypo_volume.png + mesh_tree_hypo_cartesian.png mesh_tree_mesh.png mesh_tree_importedmesh.png mesh_tree_mesh_warn.png @@ -168,6 +172,7 @@ SET(SMESH_RESOURCES_FILES mesh_quad_edge.png mesh_quad_triangle.png mesh_quad_quadrangle.png + mesh_quad_polygon.png mesh_quad_tetrahedron.png mesh_quad_pyramid.png mesh_quad_pentahedron.png @@ -188,6 +193,7 @@ SET(SMESH_RESOURCES_FILES mesh_tree_hypo_source_3d_shape.png mesh_tree_hypo_projection_3d.png mesh_tree_hypo_projection_2d.png + mesh_tree_hypo_quadratic.png mesh_build_compound.png copy_mesh.png mesh_node_to_point.png @@ -199,6 +205,7 @@ SET(SMESH_RESOURCES_FILES scale.png scale_along_axes.png split_into_tetra.png + split_biquad.png mesh_duplicate_nodes.png mesh_duplicate_nodes_with_elem.png mesh_duplicate_elem_only.png @@ -218,6 +225,11 @@ SET(SMESH_RESOURCES_FILES mesh_extmeth_node_offset.png mesh_extmeth_surf_offset_smooth.png mesh_extmeth_face_offset.png + mesh_quality.png + mesh_show.png + mesh_hide.png + mesh_deflection.png + mesh_offset.png ) INSTALL(FILES ${SMESH_RESOURCES_FILES} DESTINATION ${SALOME_SMESH_INSTALL_RES_DATA})