12 lines
259 B
Text
12 lines
259 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||
|
-I$(LIB_SRC)/triSurface/lnInclude
|
||
|
|
||
|
LIB_LIBS = \
|
||
|
-ldynamicMesh \
|
||
|
-lfiniteVolume \
|
||
|
-lmeshTools \
|
||
|
-ltriSurface
|