Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git] / src / topoChangerFvMesh / Make / options
blob4953af56b15edbcc4dfd303c53fac70e5f5c3fba
1 EXE_INC = \
2     -I$(LIB_SRC)/finiteVolume/lnInclude \
3     -I$(LIB_SRC)/dynamicFvMesh/lnInclude \
4     -I$(LIB_SRC)/dynamicMesh/lnInclude \
5     -I$(LIB_SRC)/meshTools/lnInclude \
6     -I$(LIB_SRC)/tetDecompositionMotionSolver/lnInclude \
7     -I$(LIB_SRC)/tetDecompositionFiniteElement/lnInclude \
8     $(WM_DECOMP_INC)
10 LIB_LIBS = \
11     -lfiniteVolume \
12     -ldynamicFvMesh \
13     -ldynamicMesh \
14     -lmeshTools \
15     $(WM_DECOMP_LIBS)