Salome HOME
Update copyrights 2014.
[modules/med.git] / src / MEDOP / res / CMakeLists.txt
index aecdf94781d1526f184f4cfb62a937fa7462bfc4..7f21bc1e8ec7d09c6728eb367cd435f670845fba 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2014  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 ADD_SUBDIRECTORY(testfiles)
 
-IF(MED_ENABLE_GUI)
+IF(SALOME_BUILD_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)
+  INSTALL(FILES ${MED_RESOURCES_FILES} DESTINATION ${SALOME_MED_INSTALL_RES_DATA})
+ENDIF(SALOME_BUILD_GUI)