mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
NamedEnum (bug in compiler?) molecule (Graham dealing with it) lex (no comment) VTK (again no comment)
14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lcompressibleTurbulenceModels \
|
|
-lcombustionThermophysicalModels \
|
|
-lfiniteVolume \
|
|
-lspecie \
|
|
-lbasicThermophysicalModels
|