From: Cédric Aguerre Date: Wed, 22 Jul 2015 16:38:16 +0000 (+0200) Subject: loading image as datasource relies on tui X-Git-Tag: simple_cmake~2^2~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7fe61cee3b5f667bff272e3997ac5d86adcd1a3f;p=tools%2Fmedcoupling.git loading image as datasource relies on tui --- diff --git a/src/MEDOP/exe/image2med/CMakeLists.txt b/src/MEDOP/exe/image2med/CMakeLists.txt index 1a91aa5d3..7629f5802 100644 --- a/src/MEDOP/exe/image2med/CMakeLists.txt +++ b/src/MEDOP/exe/image2med/CMakeLists.txt @@ -19,7 +19,6 @@ SET(MED_PYTHON_SCRIPTS image2med.py - xmedimages.py ) INSTALL(FILES ${MED_PYTHON_SCRIPTS} DESTINATION ${SALOME_INSTALL_BINS}/med PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ) diff --git a/src/MEDOP/tui/medpresentation/CMakeLists.txt b/src/MEDOP/tui/medpresentation/CMakeLists.txt index c76faf093..04121212d 100644 --- a/src/MEDOP/tui/medpresentation/CMakeLists.txt +++ b/src/MEDOP/tui/medpresentation/CMakeLists.txt @@ -20,6 +20,7 @@ SET(PYFILES_TO_INSTALL __init__.py medpresentation.py + xmedimages.py ) SALOME_INSTALL_SCRIPTS("${PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON}/medpresentation)