mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Based on code contributed by SeongMo Yeon Resolves feature request https://bugs.openfoam.org/view.php?id=2656
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/sixDoFRigidBodyMotion/lnInclude \
|
|
-I$(LIB_SRC)/OpenFOAM/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
-lmeshTools
|