Squashed merge of particleInteractions up to commit e7cb5bcf0315c359539ef1e715e1d51991343391
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/browser/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lOpenFOAM \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lgenericPatchFields \
|
|
-llagrangian \
|
|
$(PROJECT_LIBS)
|