
PROJECT(MeshView)

ADD_EXECUTABLE(MeshView meshview_main.cxx)

TARGET_LINK_LIBRARIES(MeshView ${ITK_LIBRARIES} ${VTK_LIBRARIES} vtkRendering)

