Salome HOME
Add missing icon name
[tools/medcoupling.git] / src / MEDOP / res / CMakeLists.txt
index ff4a8f8e6fb66cb4de0096eb3774ded77fe3f270..fd4ff0353890217c95cd83c47e8d24ed61484843 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -21,19 +21,21 @@ ADD_SUBDIRECTORY(testfiles)
 
 IF(MED_ENABLE_GUI)
   SET(MED_RESOURCES_FILES
-    MEDOP.png
-    MEDOP_small.png
     datasource_add.png
-    datasource.png
-    datasource_mesh.png
-    datasource_field.png
+    datasource_changeUnderlyingMesh.png
     datasource_expandfield.png
-    datasource_view.png
+    datasource_field.png
+    datasource_mesh.png
+    datasource.png
     datasource_use.png
-    datasource_changeUnderlyingMesh.png
+    datasource_view.png
+    fileimport-32.png
+    folder.png
     image_add.png
-    workspace_save.png
+    MEDOP.png
+    MEDOP_small.png
     workspace_clean.png
+    workspace_save.png
     )
   INSTALL(FILES ${MED_RESOURCES_FILES} DESTINATION ${MED_salomeres_DATA})
 ENDIF(MED_ENABLE_GUI)