Salome HOME
Merge branch 'BR_HYDRO_IMPS_2016' of ssh://gitolite3@git.salome-platform.org/modules...
[modules/hydro.git] / doc / salome / examples / CMakeLists.txt
index f5217591e420275e35902656cb5db68eb5bf5f80..cfd41c73379adbed6f54de3b3267203f3f997f75 100644 (file)
@@ -32,6 +32,12 @@ SET(EXAMPLES_TESTS
   h010_normalCaseManualMesh.py
   h011_normalCaseManualInterpolZ.py
   h012_caseDigueManual.py
+  h013_caseDigueManualMesh.py
+  h014_caseDigueManualInterpolZ.py
+  h015_normalCaseManualTelemac.py
+  h016_pilesPontManualMesh.py
+  h017_interpolationLineaire.py
+  h018_streamInterpolation.py
 )
 
 SET(HYDRO_SAMPLES
@@ -39,6 +45,15 @@ SET(HYDRO_SAMPLES
   garonne_ign_02.png
   Cloud_02.xyz
   garonne_point_L93.xyz
+  condlim.bcd
+  init.cas
+  init.lqd
+  garonne_profiles.sx
+  garonne_profiles.xyz
+  lignedo_lambert93.xyz
+  profilsStream.sx
+  profilsStream.xyz
+  lignedo.sx
 )
 
 # install Python scripts
@@ -47,7 +62,8 @@ SET(HYDRO_SAMPLES
 # Application tests
 
 SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_SCRIPT_SCRIPTS}/test)
-INSTALL(FILES ${EXAMPLES_TESTS} ${HYDRO_SAMPLES} DESTINATION ${TEST_INSTALL_DIRECTORY})
+INSTALL(FILES ${EXAMPLES_TESTS} DESTINATION ${TEST_INSTALL_DIRECTORY})
+INSTALL(FILES ${HYDRO_SAMPLES} DESTINATION ${TEST_INSTALL_DIRECTORY}/HYDRO)
 
 INSTALL(FILES CTestTestfileInstall.cmake
         DESTINATION ${TEST_INSTALL_DIRECTORY}