Salome HOME
Tested mesh fast equivalence when giving an input field
[tools/solverlab.git] / CoreFlows / Models / inc / CMakeLists.txt
1 SET(include_models_HXX
2     DriftModel.hxx
3     IsothermalTwoFluid.hxx
4     SinglePhase.hxx
5     FiveEqsTwoFluid.hxx
6     ProblemCoreFlows.hxx
7     TransportEquation.hxx
8     DiffusionEquation.hxx
9     StationaryDiffusionEquation.hxx
10     LinearElasticityModel.hxx
11     ProblemFluid.hxx
12     utilitaire_algebre.h
13     EOS/Fluide.h
14     EOS/StiffenedGas.hxx
15 #    EOS/IAPWS97.h
16   )
17 INSTALL(FILES ${include_models_HXX} DESTINATION include)