X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=resources%2FCMakeLists.txt;h=9d83e3b94e73f927ded19cdec8c16d14b598ed43;hb=35665aca0031dc689940d59cc17e148e6c61334b;hp=9dcfd1414645c0fe4055f143b2c135276c31ba8c;hpb=314a6ae6cba04133686795b8aba0eb15b9662318;p=modules%2Fparavis.git diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 9dcfd141..9d83e3b9 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -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 @@ -20,10 +20,6 @@ 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})