10 lines
211 B
Text
10 lines
211 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||
|
-I$(LIB_SRC)/conversion/lnInclude \
|
||
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lmeshTools \
|
||
|
-lconversion \
|
||
|
-ldynamicMesh
|