Salome HOME
Added a function to save all fields in signe phase flows
[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     Fluide.h
12     ProblemFluid.hxx
13     utilitaire_algebre.h
14   )
15 INSTALL(FILES ${include_models_HXX} DESTINATION include)