- adjointOptimisation : missing link to fileFormats - snappyHexMesh : add fvMotionSolvers link (#3058) STYLE: remove remnant -DFULLDEBUG hints - now more easily covered with wmake -debug ...
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-llagrangianIntermediate \
|
|
-lradiationModels \
|
|
-lregionModels \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lsampling
|