12 lines
257 B
Text
12 lines
257 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I../../meshLibrary/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lmeshTools \
|
||
|
-ltriSurface \
|
||
|
-lfiniteVolume \
|
||
|
-lmeshLibrary
|