mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- in preparation for adding an optional '-reconstruct' to a few utilities
re-use as -lreconstruct library
- move related stuff there too
src/decompositionMethods/decompositionMethods
-> src/parallel/decompositionMethods
- added missing namespace qualifiers
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/parallel/reconstruct/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-llagrangian \
|
|
-lmeshTools \
|
|
-lreconstruct
|