X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2FCMakeLists.txt;h=cfd41c73379adbed6f54de3b3267203f3f997f75;hb=b1a82c5ece18a663b8b601e209a45b1fa256722c;hp=f5217591e420275e35902656cb5db68eb5bf5f80;hpb=0b52c9e8025537032e84d778f424042fdf200352;p=modules%2Fhydro.git diff --git a/doc/salome/examples/CMakeLists.txt b/doc/salome/examples/CMakeLists.txt index f5217591..cfd41c73 100644 --- a/doc/salome/examples/CMakeLists.txt +++ b/doc/salome/examples/CMakeLists.txt @@ -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}