src/atmosphericModels: Added sampling to options to avoid warnings from wmkdep

Resolves https://bugs.openfoam.org/view.php?id=3870
This commit is contained in:
Henry Weller
2022-08-02 08:37:58 +01:00
parent d0577a7253
commit 9fc05a6d2e

View File

@ -4,6 +4,7 @@ EXE_INC = \
-I$(LIB_SRC)/physicalProperties/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fvModels/lnInclude
@ -13,6 +14,7 @@ LIB_LIBS = \
-lphysicalProperties \
-lfiniteVolume \
-lmeshTools \
-lsampling \
-ltriSurface \
-lfvModels \
-lfvConstraints