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 71eac864be086c0618e7172d5da49f78ddc41787..cfd41c73379adbed6f54de3b3267203f3f997f75 100644 (file)
@@ -37,6 +37,7 @@ SET(EXAMPLES_TESTS
   h015_normalCaseManualTelemac.py
   h016_pilesPontManualMesh.py
   h017_interpolationLineaire.py
+  h018_streamInterpolation.py
 )
 
 SET(HYDRO_SAMPLES
@@ -50,6 +51,8 @@ SET(HYDRO_SAMPLES
   garonne_profiles.sx
   garonne_profiles.xyz
   lignedo_lambert93.xyz
+  profilsStream.sx
+  profilsStream.xyz
   lignedo.sx
 )
 
@@ -59,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}