X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalc%2Ftui%2FCMakeLists.txt;h=23cc2a83755ff0b583e6649f0706c8512140ad62;hb=bb9014c6fe3e097edd7009a00dc56f514c680365;hp=ba1b5b810a0b39cca2b5fb8905ae433d15418bbf;hpb=d22873ccfc250f3fda1395fbcb69ae2047860d38;p=modules%2Fmed.git diff --git a/src/MEDCalc/tui/CMakeLists.txt b/src/MEDCalc/tui/CMakeLists.txt index ba1b5b810..23cc2a837 100644 --- a/src/MEDCalc/tui/CMakeLists.txt +++ b/src/MEDCalc/tui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-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 @@ -26,7 +26,14 @@ SET(PYFILES_TO_INSTALL medimages.py medio.py medpresentation.py + medprocessing.py medtest.py ) SALOME_INSTALL_SCRIPTS("${PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON}/medcalc) + +SET(BINFILES_TO_INSTALL + fields_test.py +) + +SALOME_INSTALL_SCRIPTS("${BINFILES_TO_INSTALL}" ${SALOME_INSTALL_BINS})