mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- 64-bit builds of gcc/mpfr/gmp use lib64/ for their installation path. Use this for the wmake rules as well.
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
CGAL_INC = \
|
|
-I$(CGAL_ARCH_PATH)/include \
|
|
-I$(MPFR_ARCH_PATH)/include \
|
|
-I$(GMP_ARCH_PATH)/include \
|
|
-I$(BOOST_ARCH_PATH)/include
|
|
|
|
CGAL_LIBS = \
|
|
-L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
|
|
-L$(GMP_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
|
|
-L$(BOOST_ARCH_PATH)/lib \
|
|
-L$(CGAL_ARCH_PATH)/lib \
|
|
-lCGAL \
|
|
-lmpfr
|