X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=tools%2FCurvePlot%2Fsrc%2Fpython%2Fmodel%2FCMakeLists.txt;h=33e0961989d5ad6c52afb892b36a70dc7c2969e6;hb=5d44d2f6ea60a50bbbc593f2b45a6075fe9e5154;hp=964d05ebfa30eb8821528bb4a5b00532ba1c3b4f;hpb=120bf131b1f664f4ea616bfd49f9bf10c47e7674;p=modules%2Fgui.git diff --git a/tools/CurvePlot/src/python/model/CMakeLists.txt b/tools/CurvePlot/src/python/model/CMakeLists.txt index 964d05ebf..33e096198 100644 --- a/tools/CurvePlot/src/python/model/CMakeLists.txt +++ b/tools/CurvePlot/src/python/model/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 CEA/DEN, EDF R&D +# Copyright (C) 2012-2023 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -24,5 +24,8 @@ SET(_all_lib_SCRIPTS PlotManager.py XYPlotSetModel.py ) - + SALOME_INSTALL_SCRIPTS("${_all_lib_SCRIPTS}" ${SALOME_CURVEPLOT_INSTALL_PYTHON}) + +# For test purposes +FILE(COPY ${_all_lib_SCRIPTS} DESTINATION ${CRVPLOT_TEST_INSTALL})