STYLE: more consistent use of CGAL_LIBS for surfaceBooleanFeatures

This commit is contained in:
Mark Olesen
2022-07-21 17:23:07 +02:00
parent 64f4745277
commit a4a8f77b7b
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if have_cgal
then then
wmake $targetType PolyhedronReader wmake $targetType PolyhedronReader
export COMP_FLAGS='-IPolyhedronReader' export COMP_FLAGS='-IPolyhedronReader'
export LINK_FLAGS='${CGAL_LIBS} -lPolyhedronReader' export LINK_FLAGS='-lPolyhedronReader'
else else
export COMP_FLAGS="-DNO_CGAL" export COMP_FLAGS="-DNO_CGAL"
fi fi

View File

@ -26,4 +26,5 @@ EXE_LIBS = \
-lfileFormats \ -lfileFormats \
-lsurfMesh \ -lsurfMesh \
-lmeshTools \ -lmeshTools \
${CGAL_LIBS} \
$(LINK_FLAGS) $(LINK_FLAGS)