mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
CGAL_INC = \
|
|
-Wno-old-style-cast \
|
|
-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 \
|
|
-L$(BOOST_ARCH_PATH)/lib
|