From d548903826bd15d6fdd8e2d930a8aa784f592e9a Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Fri, 21 Apr 2017 16:50:20 +0100 Subject: [PATCH] surfaceLambdaMuSmooth: Added meshTools to link --- .../utilities/surface/surfaceLambdaMuSmooth/Make/options | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/utilities/surface/surfaceLambdaMuSmooth/Make/options b/applications/utilities/surface/surfaceLambdaMuSmooth/Make/options index a504dd8617b..5ae72ebd31b 100644 --- a/applications/utilities/surface/surfaceLambdaMuSmooth/Make/options +++ b/applications/utilities/surface/surfaceLambdaMuSmooth/Make/options @@ -1,5 +1,7 @@ EXE_INC = \ - -I$(LIB_SRC)/surfMesh/lnInclude + -I$(LIB_SRC)/surfMesh/lnInclude \ + -I$(LIB_SRC)/meshTools/lnInclude EXE_LIBS = \ - -lsurfMesh + -lsurfMesh \ + -lmeshTools -- GitLab