X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPV_SWIG%2FCMakeLists.txt;h=4ff3e185bb64cb5614495391864d9ddf8c4b4770;hb=025ccb19379defe9e6a14c6f88f18f80edd3e2b2;hp=64fe2f88bf6f0828c3ff9ef305fc02156c5597a7;hpb=7cbbd61df3f61d6f3f766b890af5352960bbaa1e;p=modules%2Fparavis.git diff --git a/src/PV_SWIG/CMakeLists.txt b/src/PV_SWIG/CMakeLists.txt old mode 100755 new mode 100644 index 64fe2f88..4ff3e185 --- a/src/PV_SWIG/CMakeLists.txt +++ b/src/PV_SWIG/CMakeLists.txt @@ -29,17 +29,17 @@ ELSE(SALOME_LIGHT_ONLY) # Use another set of Python files redirecting the API directly # to the original ParaView modules. LIST(APPEND _PYFILES_TO_INSTALL - paravis.py - pvsimple.py - presentations.py - paravisSM.py + no_wrap/pvserver.py + no_wrap/pvsimple.py + no_wrap/presentations.py + no_wrap/paravisSM.py ) ELSE() LIST(APPEND _PYFILES_TO_INSTALL - VTKWrapping/paravis.py - VTKWrapping/paravisSM.py - VTKWrapping/pvsimple.py - VTKWrapping/presentations.py + paravis.py + paravisSM.py + pvsimple.py + presentations.py ) ENDIF() ENDIF(SALOME_LIGHT_ONLY)