Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
COMP: correct the linkage options
· 23d46a1b
Mark OLESEN
authored
Apr 29, 2019
23d46a1b
Hide whitespace changes
Inline
Side-by-side
executables/cartesian2DMesh/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,7 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
executables/cartesianMesh/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,7 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
executables/pMesh/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,7 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
executables/tetMesh/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,7 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
meshLibrary/Make/options
View file @
23d46a1b
...
...
@@ -4,4 +4,6 @@ EXE_INC = \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = -lmeshTools
LIB_LIBS = \
-lsurfMesh \
-lmeshTools
utilities/FLMAToSurface/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,8 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lsurfMesh \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
utilities/mergeSurfacePatches/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,8 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lsurfMesh \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
utilities/preparePar/Make/options
View file @
23d46a1b
...
...
@@ -3,4 +3,5 @@ EXE_INC = \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
EXE_LIBS = \
-ldecompose
-ldecompose \
-ldecompositionMethods
utilities/subsetToPatch/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,8 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lsurfMesh \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
utilities/surfaceGenerateBoundingBox/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,8 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lsurfMesh \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary
utilities/surfaceToFMS/Make/options
View file @
23d46a1b
...
...
@@ -6,6 +6,7 @@ EXE_INC = \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-lfiniteVolume -lmeshTools \
-lfiniteVolume \
-lmeshTools \
-L$(FOAM_LIBBIN) \
-lmeshLibrary