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