From 943d5f6fa12e585a425212a5fc6bd657a535a7b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Aguerre?= Date: Thu, 23 Jul 2015 11:18:39 +0200 Subject: [PATCH] medcalc and commands history --- src/MEDOP/tui/CMakeLists.txt | 2 +- .../tui/{medpresentation => presentation}/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/MEDOP/tui/{medpresentation => presentation}/CMakeLists.txt (95%) diff --git a/src/MEDOP/tui/CMakeLists.txt b/src/MEDOP/tui/CMakeLists.txt index 9e4b18ab7..734da38ad 100644 --- a/src/MEDOP/tui/CMakeLists.txt +++ b/src/MEDOP/tui/CMakeLists.txt @@ -18,4 +18,4 @@ # ADD_SUBDIRECTORY(xmedpy) -ADD_SUBDIRECTORY(medpresentation) +ADD_SUBDIRECTORY(presentation) diff --git a/src/MEDOP/tui/medpresentation/CMakeLists.txt b/src/MEDOP/tui/presentation/CMakeLists.txt similarity index 95% rename from src/MEDOP/tui/medpresentation/CMakeLists.txt rename to src/MEDOP/tui/presentation/CMakeLists.txt index 04121212d..6aba267cf 100644 --- a/src/MEDOP/tui/medpresentation/CMakeLists.txt +++ b/src/MEDOP/tui/presentation/CMakeLists.txt @@ -20,7 +20,7 @@ SET(PYFILES_TO_INSTALL __init__.py medpresentation.py - xmedimages.py + medimages.py ) -SALOME_INSTALL_SCRIPTS("${PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON}/medpresentation) +SALOME_INSTALL_SCRIPTS("${PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON}/medcalc) -- 2.39.2