mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: update lemon version, wmake wrappers
This commit is contained in:
14
wmake/rules/General/eigen
Normal file
14
wmake/rules/General/eigen
Normal file
@ -0,0 +1,14 @@
|
||||
# ----------------------------------------------------------------------------
|
||||
# Eigen definitions
|
||||
#
|
||||
# 0. missing
|
||||
# 1. header-only
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
ifneq (,$(EIGEN_INC_DIR))
|
||||
EIGEN_INC := -I$(EIGEN_INC_DIR)
|
||||
else
|
||||
EIGEN_INC :=
|
||||
endif
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user