mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
- Eg, with surface writers now in surfMesh, there are fewer libraries depending on conversion and sampling. COMP: regularize linkage ordering and avoid some implicit linkage (#1238)
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(FFTW_INC_DIR)
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
-lsurfMesh \
|
|
-lsampling \
|
|
-L$(FFTW_LIB_DIR) -lfftw3
|