Salome HOME
Re-wrote PARAVIS CORBA engine
[modules/paravis.git] / src / PV_SWIG / CMakeLists.txt
index 64fe2f88bf6f0828c3ff9ef305fc02156c5597a7..da9f7cb553ed51f664ffbf7f444d6e6f90169faa 100644 (file)
@@ -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)