10 lines
248 B
Text
Executable file
10 lines
248 B
Text
Executable file
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/RAS \
|
|
-I$(LIB_SRC)/transportModels
|
|
|
|
EXE_LIBS = \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume \
|
|
-lmeshTools
|