X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPV_SWIG%2FCMakeLists.txt;h=da9f7cb553ed51f664ffbf7f444d6e6f90169faa;hb=fff7db94f5362314f29b8b570566187e957620ee;hp=64fe2f88bf6f0828c3ff9ef305fc02156c5597a7;hpb=834682b63990033c9be4888d89f27ef82cf23632;p=modules%2Fparavis.git diff --git a/src/PV_SWIG/CMakeLists.txt b/src/PV_SWIG/CMakeLists.txt index 64fe2f88..da9f7cb5 100644 --- 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/paravis.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)