#
# $Id: CMakeLists.txt,v 1.1.1.1 2006/12/19 22:59:32 christianh Exp $
#
# The name of our project is "XT_MINISVV".  CMakeLists files in this project can
# refer to the root source directory of the project as ${XT_MINISVV_SOURCE_DIR} 
# and to the root binary directory of the project as ${XT_MINISVV_BINARY_DIR}.
PROJECT (XT_MINISVV)

# -----------------------------------------------------------------------------
SET (XT_MINISVV_SRCS
  Annotation
  Pipeline
  Usage
  xminisv
)

ADD_EXECUTABLE (xminisv ${XT_MINISVV_SRCS})
ADD_EXECUTABLE (vtkTester vtkTester Annotation)
TARGET_LINK_LIBRARIES (xminisv SvCommon vtkExtensions vtkHybrid vtkIO vtkCommon)
TARGET_LINK_LIBRARIES (vtkTester SvCommon vtkExtensions vtkHybrid vtkIO vtkCommon)

# -----------------------------------------------------------------------------
INSTALL_TARGETS (${SVV_EXECUTABLE_DIR} xminisv)
INSTALL_TARGETS (${SVV_EXECUTABLE_DIR} vtkTester)

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