Skip to content
Snippets Groups Projects
Commit d4ae0eac authored by mattijs's avatar mattijs
Browse files

COMP: options: add indirect linkage

parent 427b3704
Branches
Tags
No related merge requests found
......@@ -10,3 +10,6 @@ EXE_INC = \
-I$(LIB_SRC)/TurbulenceModels/phaseCompressible/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
-lcompressibleTurbulenceModels
......@@ -11,3 +11,9 @@ EXE_INC = \
-I$(LIB_SRC)/TurbulenceModels/phaseCompressible/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
-lcompressibleTurbulenceModels \
-lreactingTwoPhaseSystem \
-lreactingEulerianInterfacialModels \
-lreactingEulerianInterfacialCompositionModels
......@@ -11,4 +11,5 @@ EXE_INC = \
LIB_LIBS = \
-lcompressibleTransportModels \
-lfluidThermophysicalModels \
-lfiniteVolume
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment