9 lines
215 B
Text
9 lines
215 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-ldynamicMesh \
|
|
-lmeshTools
|