X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=resources%2FCMakeLists.txt;h=7b880a7031b846ec630362dd6523b6c626c5094c;hp=f55e54a70b6170f73d2f2ed1ccd5f345c77b6c7f;hb=6d32f944a0a115b6419184c50b57bf7c4eef5786;hpb=209c9bd9c33255f46bfa60acc76c4c3878f815aa diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt old mode 100755 new mode 100644 index f55e54a70..7b880a703 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 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 @@ -34,8 +34,12 @@ SET(SMESH_RESOURCES_FILES mesh_aspect_3d.png mesh_biquad_quadrangle.png mesh_biquad_triangle.png + mesh_choose.png + 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 @@ -44,6 +48,8 @@ SET(SMESH_RESOURCES_FILES mesh_hypo_segment.png mesh_hypo_volume.png mesh_hypo_edit.png + mesh_plus.png + mesh_minus.png mesh_info.png advanced_mesh_info.png standard_mesh_info.png @@ -71,6 +77,7 @@ SET(SMESH_RESOURCES_FILES mesh_octahedron.png mesh_orientation.png mesh.png + mesh_plugins_meshcut.png mesh_polygon.png mesh_polyhedron.png mesh_pyramid_n.png @@ -92,6 +99,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 @@ -102,6 +110,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 @@ -164,6 +173,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 @@ -184,8 +194,10 @@ 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 + copy_mesh_with_geom.png mesh_node_to_point.png mesh_tree_mesh_partial.png mesh_extractGroup.png @@ -195,6 +207,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 @@ -205,11 +218,22 @@ SET(SMESH_RESOURCES_FILES mesh_min_dist.png reorient_faces_point.png reorient_faces_face.png + reorient_faces_volume.png mesh_ball.png mesh_measure_basic_props.png mesh_measure_length.png mesh_measure_area.png mesh_measure_volume.png + 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 + mesh_face_groups_by_edges.png + mesh_angle_measure.png ) INSTALL(FILES ${SMESH_RESOURCES_FILES} DESTINATION ${SALOME_SMESH_INSTALL_RES_DATA})