COMP: coldenginefoam: library linkage

This commit is contained in:
mattijs
2012-11-16 14:41:13 +00:00
parent e65512be4e
commit 707ba5221c

View File

@ -9,6 +9,7 @@ EXE_INC = \
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \ -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \ -I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/fieldSources/lnInclude -I$(LIB_SRC)/fieldSources/lnInclude
EXE_LIBS = \ EXE_LIBS = \
@ -19,4 +20,5 @@ EXE_LIBS = \
-lfluidThermophysicalModels \ -lfluidThermophysicalModels \
-lspecie \ -lspecie \
-lfiniteVolume \ -lfiniteVolume \
-lmeshTools \
-lfieldSources -lfieldSources