COMP: fix createViewFactors linkage errors (mingw, lld linker)

This commit is contained in:
Mark Olesen 2024-06-19 14:31:46 +02:00
parent 0b9391ff3b
commit fa49ae252b
2 changed files with 12 additions and 9 deletions

View File

@ -3,5 +3,8 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lviewFactorModels \
-lfiniteVolume
-lfileFormats \
-lsurfMesh \
-lmeshTools \
-lfiniteVolume \
-lviewFactorModels

View File

@ -1,14 +1,14 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/parallel/distributed/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/parallel/distributed/lnInclude
EXE_LIBS = \
-lfiniteVolume \
LIB_LIBS = \
-lfileFormats \
-lsurfMesh \
-lmeshTools \
-lfiniteVolume \
-ldistributed \
-lradiationModels \
-lfileFormats
-lradiationModels