Salome HOME
Correction for hydro_test
[modules/hydro.git] / src / HYDROTools / CMakeLists.txt
index 0e5548f02cea1dba6a39d867334e17473898be1a..7eda5fa46a5d28d2ced0b86b0ac9b08c1b9ac9d5 100644 (file)
@@ -23,8 +23,27 @@ SET(PYFILES
   __init__.py
   controls.py
   interpolZ.py
+  interpolS.py
+  shapesGroups.py
+  cutMesh.py
+  changeCoords.py
+  changeBathy.py
+  hydroGeoMeshUtils.py
+)
+
+# --- plugins dialogs
+
+ADD_SUBDIRECTORY(plugins)
+#ADD_SUBDIRECTORY(testPlugin)
+
+# --- plugin scripts / static
+
+SET(plugin_SCRIPTS
+  hydro_plugins.py
 )
 
 # --- rules ---
 
-INSTALL_AND_COMPILE_PYTHON_FILE("${PYFILES}" ${SALOME_INSTALL_PYTHON}/salome/hydrotools)
+SALOME_INSTALL_SCRIPTS("${PYFILES}" ${SALOME_INSTALL_PYTHON}/salome/hydrotools)
+
+SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_HYDRO_INSTALL_PLUGINS})