Salome HOME
dialogue change coordinates
[modules/hydrosolver.git] / src / salome_hydro / CMakeLists.txt
index 530024021a1566d4b4ee209239e167b49bc20736..a8fdfdff96bdfd3dd96bfe947541853e5d81e531 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/>.
 
-ADD_SUBDIRECTORY(mascaret)
-ADD_SUBDIRECTORY(telemac2d)
-ADD_SUBDIRECTORY(pytel)
-ADD_SUBDIRECTORY(coupling1d2d)
+ADD_SUBDIRECTORY(telma)
+ADD_SUBDIRECTORY(param_study)
+ADD_SUBDIRECTORY(run_study)
 ADD_SUBDIRECTORY(boundary_conditions)
 
 # --- Python files ---
@@ -28,15 +27,21 @@ SET(PYFILES
   study.py
   gui_utils.py
   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
 )
 
 # --- rules ---