mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
11 lines
247 B
Plaintext
Executable File
11 lines
247 B
Plaintext
Executable File
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/cfdTools/general/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteArea \
|
|
-lfiniteVolume \
|
|
-lmeshTools
|