Skip to content
Snippets Groups Projects
Commit 35e6c03e authored by Henry Weller's avatar Henry Weller
Browse files

foamyMesh: Simplify support for system CGAL installation

parent 965e68dd
Branches
Tags
1 merge request!60Merge foundation
......@@ -23,8 +23,7 @@ EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
-IPrintTable \
-I/usr/include
-IPrintTable
LIB_LIBS = \
${CGAL_LIBS} \
......
......@@ -21,8 +21,7 @@ EXE_INC = \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
-I/usr/include
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude
EXE_LIBS = \
$(CGAL_LIBS) \
......
......@@ -2,7 +2,8 @@ CGAL_INC = \
-I$(CGAL_ARCH_PATH)/include \
-I$(MPFR_ARCH_PATH)/include \
-I$(GMP_ARCH_PATH)/include \
-I$(BOOST_ARCH_PATH)/include
-I$(BOOST_ARCH_PATH)/include \
-I/usr/include
CGAL_LIBS = \
-L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment