Solid motion compilation issues
This commit is contained in:
parent
dec36daed9
commit
d143ebc16b
1 changed files with 2 additions and 19 deletions
|
@ -1,21 +1,4 @@
|
||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-I$(LIB_SRC)/triSurface/lnInclude \
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
|
||||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
||||||
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
|
||||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
||||||
-I$(LIB_SRC)/tetFiniteElement/lnInclude \
|
|
||||||
-I$(LIB_SRC)/dynamicMesh/meshMotion/tetMotionSolver/lnInclude \
|
|
||||||
-I$(LIB_SRC)/dynamicMesh/meshMotion/fvMotionSolver/lnInclude \
|
|
||||||
-I$(LIB_SRC)/dynamicMesh/meshMotion/RBFMotionSolver/lnInclude \
|
|
||||||
-I$(LIB_SRC)/dynamicMesh/meshMotion/mesquiteMotionSolver/lnInclude
|
|
||||||
|
|
||||||
LIB_LIBS = \
|
LIB_LIBS =
|
||||||
-ltriSurface \
|
|
||||||
-lmeshTools \
|
|
||||||
-ldynamicMesh \
|
|
||||||
-lfiniteVolume \
|
|
||||||
-ltetFiniteElement \
|
|
||||||
-ltetMotionSolver \
|
|
||||||
-lfvMotionSolver \
|
|
||||||
-lRBFMotionSolver \
|
|
||||||
-lmesquiteMotionSolver
|
|
||||||
|
|
Reference in a new issue