Skip to content
Snippets Groups Projects
Commit fa49ae25 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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

parent 0b9391ff
...@@ -3,5 +3,8 @@ EXE_INC = \ ...@@ -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
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
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