Skip to content
Snippets Groups Projects
Commit 2e206db9 authored by Henry Weller's avatar Henry Weller
Browse files

foamList: Remove dependency on utility libraries

parent 9cfccd20
Branches
No related merge requests found
...@@ -29,18 +29,15 @@ EXE_LIBS = \ ...@@ -29,18 +29,15 @@ EXE_LIBS = \
-ldynamicMesh \ -ldynamicMesh \
-ledgeMesh \ -ledgeMesh \
-lengine \ -lengine \
-lextrude2DMesh \
-lextrudeModel \ -lextrudeModel \
-lfieldFunctionObjects \ -lfieldFunctionObjects \
-lfileFormats \ -lfileFormats \
-lfiniteVolume \ -lfiniteVolume \
-lfluidThermophysicalModels \ -lfluidThermophysicalModels \
-lfoamToVTK \
-lforces \ -lforces \
-lfvMotionSolvers \ -lfvMotionSolvers \
-lfvOptions \ -lfvOptions \
-lgenericPatchFields \ -lgenericPatchFields \
-lhelpTypes \
-limmiscibleIncompressibleTwoPhaseMixture \ -limmiscibleIncompressibleTwoPhaseMixture \
-lincompressibleTransportModels \ -lincompressibleTransportModels \
-lincompressibleTurbulenceModels \ -lincompressibleTurbulenceModels \
...@@ -94,7 +91,6 @@ EXE_LIBS = \ ...@@ -94,7 +91,6 @@ EXE_LIBS = \
-lsurfaceFilmDerivedFvPatchFields \ -lsurfaceFilmDerivedFvPatchFields \
-lsurfaceFilmModels \ -lsurfaceFilmModels \
-lsurfMesh \ -lsurfMesh \
-ltabulatedWallFunctions \
-lthermalBaffleModels \ -lthermalBaffleModels \
-lthermophysicalFunctions \ -lthermophysicalFunctions \
-ltopoChangerFvMesh \ -ltopoChangerFvMesh \
...@@ -104,5 +100,4 @@ EXE_LIBS = \ ...@@ -104,5 +100,4 @@ EXE_LIBS = \
-ltwoPhaseMixtureThermo \ -ltwoPhaseMixtureThermo \
-ltwoPhaseProperties \ -ltwoPhaseProperties \
-ltwoPhaseReactingTurbulenceModels \ -ltwoPhaseReactingTurbulenceModels \
-luserd-foam \
-lutilityFunctionObjects -lutilityFunctionObjects
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