TUT: use simpler syntax for libs entries

This commit is contained in:
OpenFOAM bot
2019-08-30 16:45:45 +02:00
committed by Andrew Heather
parent 6eaa326cec
commit 880d81475b
212 changed files with 311 additions and 311 deletions

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libfvMotionSolvers.so");
libs (fvMotionSolvers);
application moveDynamicMesh;

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libfvMotionSolvers.so");
libs (fvMotionSolvers);
application moveDynamicMesh;