Skip to content
Snippets Groups Projects
Commit 060acc6e authored by Mark Olesen's avatar Mark Olesen
Browse files

COMP: fix missing link references to FOAM_EXT_LIBBIN

parent e14521b5
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ set -x
$WM_THIRD_PARTY_DIR/AllwmakeLibccmio
# if the library built properly, the headers should exist too
if [ -e $FOAM_LIBBIN/libccmio.so ]
if [ -e $FOAM_EXT_LIBBIN/libccmio.so ]
then
wmake ccm26ToFoam
fi
......
LIBCCMIO_DIR = $(WM_THIRD_PARTY_DIR)/libccmio-2.6.1
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I${WM_THIRD_PARTY_DIR}/libccmio-2.6.1 \
-I${WM_THIRD_PARTY_DIR}/libccmio-2.6.1/lnInclude
-I$(LIBCCMIO_DIR) \
-I$(LIBCCMIO_DIR)/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lccmio
-L$(FOAM_EXT_LIBBIN) -lccmio
......@@ -6,8 +6,8 @@ EXE_INC = \
EXE_LIBS = \
-ltecio \
-llagrangian \
-lfiniteVolume \
-lgenericPatchFields \
-lmeshTools
-lmeshTools \
-L$(FOAM_EXT_LIBBIN) -ltecio
......@@ -12,4 +12,4 @@ EXE_INC = \
$(TYPE_REAL)
LIB_LIBS = \
-lMGridGen
-L$(FOAM_EXT_LIBBIN) -lMGridGen
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