10 lines
212 B
Text
10 lines
212 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
|
|
|
|
|
|
EXE_LIBS = \
|
|
-ltriSurface \
|
|
-ldynamicMesh \
|
|
-lmeshTools
|