#
# $Id: CMakeLists.txt,v 1.1.1.1 2006/12/19 22:59:40 christianh Exp $
#
PROJECT (SVV_CONTOUR)

# -----------------------------------------------------------------------------
SET (SVV_CONTOUR_FLUID_SRCS svvContourUI.fl)
SET (SVV_CONTOUR_SRCS svvContour)

FLTK_WRAP_UI (svvContour ${SVV_CONTOUR_FLUID_SRCS})
ADD_EXECUTABLE (svvContour ${SVV_CONTOUR_SRCS})

IF (SVV_SUPPORT_MRML)
  TARGET_LINK_LIBRARIES (svvContour SvWidgets SvCommon vtkMrml)
ELSE (SVV_SUPPORT_MRML)
  TARGET_LINK_LIBRARIES (svvContour SvWidgets SvCommon vtkExtensions)
ENDIF (SVV_SUPPORT_MRML)

# -----------------------------------------------------------------------------
# Add build output and installation paths.
#
INSTALL_TARGETS (${SVV_EXECUTABLE_DIR} svvContour)

#
# End of: $Id: CMakeLists.txt,v 1.1.1.1 2006/12/19 22:59:40 christianh Exp $.
#
