13 lines
329 B
Text
Executable file
13 lines
329 B
Text
Executable file
EXE_INC = \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/edgeMesh/lnInclude \
|
|
-I$(LIB_SRC)/mesh/cfMesh/meshLibrary/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-ltriSurface \
|
|
-lfiniteVolume \
|
|
-ledgeMesh \
|
|
-lmeshLibrary
|