- adjointOptimisation : missing link to fileFormats - snappyHexMesh : add fvMotionSolvers link (#3058) STYLE: remove remnant -DFULLDEBUG hints - now more easily covered with wmake -debug ...
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/overset/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lsampling \
|
|
-loverset
|