c9cabb1105
Signed-off-by: Henrik Rusche <h.rusche@wikki-gmbh.de>
11 lines
257 B
Text
11 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
|