Salome HOME
Porting of the ParaVis plugins on the ParaView-4.3.1 API.
[modules/paravis.git] / src / Macro / CMakeLists.txt
index 2a8ad152ea6a641ba9549e4e298b4f918c9bbd9c..2ccf3cf84672dfbd296b52c42d370b3f5e456d9e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2015  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
@@ -19,6 +19,8 @@
 
 SET(_PYFILES_TO_INSTALL
   modes.py
+  annotate_groups.py
+  ShowSalomeObject.py
   )
 
 INSTALL_AND_COMPILE_PYTHON_FILE("${_PYFILES_TO_INSTALL}" ${SALOME_INSTALL_SCRIPT_PYTHON}/Macro)