All ThirdParty build-related stuff moved there.

This commit is contained in:
Mark Olesen
2009-07-24 23:10:15 +02:00
parent b1a3bcc9a9
commit 91157af10c
15 changed files with 76 additions and 1376 deletions

View File

@ -6,7 +6,7 @@ cd ${0%/*} || exit 1 # run from this directory
set -x
# build libccmio and create lnInclude directory
$WM_PROJECT_DIR/bin/tools/AllwmakeLibccmio
$WM_THIRD_PARTY_DIR/AllwmakeLibccmio
# if the library built properly, the headers should exist too
if [ -e $FOAM_LIBBIN/libccmio.so ]