11 lines
247 B
Text
11 lines
247 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/cfdTools/general/lnInclude \
|
||
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lfiniteVolume \
|
||
|
-ltriSurface \
|
||
|
-lmeshTools
|