from the original dynamicMesh library, now separated into polyTopoChange and motionSolvers
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/polyTopoChange/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lpolyTopoChange \
|
|
-lmeshTools \
|
|
-lgenericPatches \
|
|
-ltriSurface \
|
|
-llagrangian
|