Salome HOME
dialogue change coordinates
[modules/hydrosolver.git] / src / salome_hydro / CMakeLists.txt
index 0137546930f4e9dc72ca9e1b23748da094057600..a8fdfdff96bdfd3dd96bfe947541853e5d81e531 100644 (file)
@@ -15,9 +15,9 @@
 #  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/>.
 
-ADD_SUBDIRECTORY(mascaret)
-ADD_SUBDIRECTORY(telemac2d)
-ADD_SUBDIRECTORY(pytel)
+ADD_SUBDIRECTORY(telma)
+ADD_SUBDIRECTORY(param_study)
+ADD_SUBDIRECTORY(run_study)
 ADD_SUBDIRECTORY(boundary_conditions)
 
 # --- Python files ---
@@ -29,15 +29,18 @@ SET(PYFILES
   generate_interpolz.py
   assignStrickler_gui.py
   interpolz_gui.py
+  changeCoordsDialog.py
 )
 
 SET(UIFILES
   assignStrickler.ui
   interpolz.ui
+  changeCoords.ui
 )
 
 SET(TEMPLFILES
   interpolz.template
+  interpolz_b.template
   assignStrickler.template
 )