mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use simpler syntax for libs entries
This commit is contained in:
committed by
Andrew Heather
parent
6eaa326cec
commit
880d81475b
@ -15,7 +15,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Make sure all preprocessing tools know about the 'overset' bc
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
libs (overset fvMotionSolvers);
|
||||
|
||||
application overLaplacianDyMFoam;
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Make sure all preprocessing tools know about the 'overset' bc
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
libs (overset fvMotionSolvers);
|
||||
|
||||
application overPotentialFoam;
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ functions
|
||||
{
|
||||
name error;
|
||||
type coded;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs (utilityFunctionObjects);
|
||||
|
||||
codeEnd
|
||||
#{
|
||||
|
||||
Reference in New Issue
Block a user