10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-lfileFormats \
|
|
-ltriSurface
|