11 lines
200 B
Text
11 lines
200 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||
|
-I$(LIB_SRC)/dynamicMesh/lnInclude
|
||
|
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-ltriSurface \
|
||
|
-ldynamicMesh \
|
||
|
-lmeshTools
|