10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
-lsampling \
|
|
-lsurfMesh
|