Salome HOME
Merge remote branch 'origin/V7_dev'
[modules/paravis.git] / src / PV_SWIG / CMakeLists.txt
index 3ab6b0f9a4585131283b42befff4eca7d4dee9e2..e77b077a950118c1cbeaf323c4293451593a198f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-IF(SALOME_PARAVIS_MINIMAL_CORBA)
-  # Use another set of Python files
-  SET(_PYFILES_TO_INSTALL)
-  MESSAGE(WARNING "New Python scripts not impl !!!")
-ELSE()
-  SET(_PYFILES_TO_INSTALL
-    paravis.py
-    paravisSM.py
+SET(_PYFILES_TO_INSTALL)
+
+IF(SALOME_LIGHT_ONLY)
+  LIST(APPEND _PYFILES_TO_INSTALL
     pvsimple.py
     presentations.py
   )
-ENDIF()
+ELSE(SALOME_LIGHT_ONLY)
+    # Use a set of Python files redirecting the API directly 
+    # to the original ParaView modules.
+    LIST(APPEND _PYFILES_TO_INSTALL
+      pvserver.py
+      pvsimple.py
+      presentations.py
+      paravisSM.py
+    )
+ENDIF(SALOME_LIGHT_ONLY)
 
-INSTALL_AND_COMPILE_PYTHON_FILE("${_PYFILES_TO_INSTALL}" ${SALOME_INSTALL_SCRIPT_PYTHON})
+SALOME_INSTALL_SCRIPTS("${_PYFILES_TO_INSTALL}" ${SALOME_INSTALL_PYTHON})