16 lines
485 B
Text
16 lines
485 B
Text
EXE_INC = \
|
|
-I$(WM_PROJECT_DIR)/applications/solvers/FSI/fluidSolidInteraction/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-L$(FOAM_USER_LIBBIN) \
|
|
-lfluidSolidInteraction \
|
|
-lfiniteVolume \
|
|
-lfiniteArea \
|
|
-ldynamicFvMesh \
|
|
-ldynamicMesh \
|
|
-lmeshTools
|