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