9 lines
197 B
Text
9 lines
197 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-ltriSurface \
|
|
-lsurfMesh \
|
|
-lfileFormats
|