Salome HOME
Copyright update 2022
[modules/paravis.git] / resources / CMakeLists.txt
index 9dcfd1414645c0fe4055f143b2c135276c31ba8c..9d83e3b94e73f927ded19cdec8c16d14b598ed43 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2022  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
 SET(dist_salomeres_DATA
   pqAppIcon22.png
   pqAppIcon16.png
-  ParaViewFilters.xml
-  ParaViewReaders.xml
-  ParaViewSources.xml
-  ParaViewWriters.xml
   )
 
 SET(input ${CMAKE_CURRENT_SOURCE_DIR}/PARAVISCatalog.xml.in)
@@ -41,6 +37,7 @@ MESSAGE(STATUS "Creation of ${output}")
 CONFIGURE_FILE(${input} ${output})
 
 INSTALL(FILES ${output} DESTINATION ${SALOME_PARAVIS_INSTALL_RES_DATA})
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml RENAME SalomeAppSL.xml DESTINATION ${SALOME_PARAVIS_INSTALL_RES_DATA})
 
 FOREACH(f ${dist_salomeres_DATA})
   INSTALL(FILES ${f} DESTINATION ${SALOME_PARAVIS_INSTALL_RES_DATA})