Salome HOME
Nouveau Patch Yoann pour 16614
[modules/hydrosolver.git] / src / salome_hydro / telemac2d / CMakeLists.txt
index ffcf67054c2e8afcc43f5650c2214868453658ae..4d6aedc6701ca8d1df1f4c2d4a4266cf6ff22268 100644 (file)
 #  You should have received a copy of the GNU General Public License
 #  along with SALOME HYDRO module.  If not, see <http://www.gnu.org/licenses/>.
 
+# --- Python files ---
+
+SET(PYFILES
+  __init__.py
+)
+
+SET(INSTALL_DIR ${SALOME_INSTALL_PYTHON}/salome/hydro/telemac2d)
+
+# --- rules ---
+
+SALOME_INSTALL_SCRIPTS("${PYFILES}" ${INSTALL_DIR})
+
 ADD_SUBDIRECTORY(eficas)