10 lines
213 B
Text
10 lines
213 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/engine/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lengine \
|
|
-ldynamicMesh \
|
|
-lfiniteVolume \
|
|
-lmeshTools
|