Skip to content
Snippets Groups Projects
Commit 70f7b7f6 authored by mattijs's avatar mattijs
Browse files

COMP: Allwmake: build order

parent d6857274
Branches
Tags
No related merge requests found
......@@ -64,8 +64,12 @@ lagrangian/Allwmake $targetType $*
wmake $targetType fvOptions
wmake $targetType fvMotionSolver
# Make sure we have block.H accessible before building overset
wmakeLnInclude -u mesh/blockMesh
wmake $targetType overset
# snappyHexMesh uses overset voxelMesh
mesh/Allwmake $targetType $*
renumber/Allwmake $targetType $*
fvAgglomerationMethods/Allwmake $targetType $*
......
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