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 -I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \ EXE_LIBS = \
-lviewFactorModels \ -lfileFormats \
-lfiniteVolume -lsurfMesh \
-lmeshTools \
-lfiniteVolume \
-lviewFactorModels

View File

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