mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
# ----------------------------------------------------------------------------
|
|
# Eigen definitions
|
|
#
|
|
# 0. missing
|
|
# 1. header-only
|
|
# ----------------------------------------------------------------------------
|
|
|
|
ifneq (,$(EIGEN_INC_DIR))
|
|
EIGEN_INC := -I$(EIGEN_INC_DIR)
|
|
else
|
|
EIGEN_INC :=
|
|
endif
|
|
|
|
# ---------------------------------------------------------------------------
|