4d7859d8d2
There were two sets of thermalModels in conjugateHeatTransfer library and solidModels library. They are now merged into the conjugateHeatTransferLibrary
18 lines
560 B
Text
18 lines
560 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/topoChangerFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/solidModels/lnInclude \
|
|
-I$(LIB_SRC)/conjugateHeatTransfer/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-ldynamicFvMesh \
|
|
-ldynamicMesh \
|
|
-ltopoChangerFvMesh \
|
|
-lsolidModels \
|
|
-lconjugateHeatTransfer
|