9 lines
199 B
Text
9 lines
199 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
|
|
LIB_LIBS = \
|
|
-lOpenFOAM \
|
|
-ltriSurface \
|
|
-lmeshTools
|