#Makefile for this node of the volume tree

srcdir = ../../../../../../..
include $(MAKEBUNDLE)/pre.make

#------------------------------------------------------------------------

LIB_NAME   = vuVolume

LIB_PREFIX = regular_unimodal_3d_2B_threshold

SOURCES    = MarchingCubes.cpp

HEADERS    = MarchingCubes.h

include $(MAKEBUNDLE)/lib.make
