]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Merge remote-tracking branch 'remotes/origin/BR_HYDRO_IMPS_2016' into HEAD BR_HYDRO_IMPS_2016
authorisn <isn@opencascade.com>
Mon, 9 Jan 2017 11:27:25 +0000 (14:27 +0300)
committerisn <isn@opencascade.com>
Mon, 9 Jan 2017 11:27:25 +0000 (14:27 +0300)
1  2 
doc/salome/examples/CMakeLists.txt

index c9c143f691e1b22501282bace524a0e5a15bad89,53ebb89e184c07232597176280f17e2e49931762..cfd41c73379adbed6f54de3b3267203f3f997f75
@@@ -37,7 -37,6 +37,7 @@@ SET(EXAMPLES_TEST
    h015_normalCaseManualTelemac.py
    h016_pilesPontManualMesh.py
    h017_interpolationLineaire.py
 +  h018_streamInterpolation.py
  )
  
  SET(HYDRO_SAMPLES
@@@ -51,8 -50,6 +51,8 @@@
    garonne_profiles.sx
    garonne_profiles.xyz
    lignedo_lambert93.xyz
 +  profilsStream.sx
 +  profilsStream.xyz
    lignedo.sx
  )
  
@@@ -61,8 -58,9 +61,9 @@@
  
  # Application tests
  
- SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_SCRIPT_SCRIPTS}/test/HYDRO)
- INSTALL(FILES ${EXAMPLES_TESTS} ${HYDRO_SAMPLES} DESTINATION ${TEST_INSTALL_DIRECTORY})
+ SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_SCRIPT_SCRIPTS}/test)
+ 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}