mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: fix missing link references to FOAM_EXT_LIBBIN
This commit is contained in:
@ -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
|
||||
|
||||
@ -1,10 +1,12 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user