11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume
|