mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
EXE_INC = \
|
|
/* -g -DFULLDEBUG -O0 */ \
|
|
-I$(LIB_SRC)/decompositionAgglomeration/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/autoMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/edgeMesh/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lautoMesh
|