mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- these directories are sometimes used for a central, non-thirdparty, non-system installation - leave gmp and mpfr as is, since it is not clear how these would interact with system versions
16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
CGAL_INC = \
|
|
-I$(GMP_ARCH_PATH)/include \
|
|
-I$(MPFR_ARCH_PATH)/include \
|
|
-I$(BOOST_ARCH_PATH)/include \
|
|
-I$(CGAL_ARCH_PATH)/include \
|
|
-I/usr/include
|
|
|
|
CGAL_LIBS = \
|
|
-L$(GMP_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
|
|
-L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
|
|
-L$(BOOST_ARCH_PATH)/lib \
|
|
-L$(BOOST_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
|
|
-L$(CGAL_ARCH_PATH)/lib \
|
|
-L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
|
|
-lCGAL
|