#===============================================================================
# Medical Data Segmentation Toolkit (MDSTk)
# Copyright (c) 2007 by PGMed@FIT
#
# Authors: Miroslav Svub, svub@fit.vutbr.cz
#          Michal Spanel, spanel@fit.vutbr.cz
# Section: libSystem
# Date:    2007/08/25
#
# $Id:$
#
# Description:
# - Configuration file for the CMake build system.

IF( BUILD_VECTOR_ENTITY )

  MDSTk_LIBRARY( VectorEntity )

  MDSTk_LIBRARY_SOURCE( mcedge )
  MDSTk_LIBRARY_SOURCE( mcedges )
  MDSTk_LIBRARY_SOURCE( mcentity )
  MDSTk_LIBRARY_SOURCE( mcplane )
  MDSTk_LIBRARY_SOURCE( mcsphere )
  MDSTk_LIBRARY_SOURCE( mctetra )
  MDSTk_LIBRARY_SOURCE( mctetras )
  MDSTk_LIBRARY_SOURCE( mctri )
  MDSTk_LIBRARY_SOURCE( mctris )
  MDSTk_LIBRARY_SOURCE( mcvertex )
  MDSTk_LIBRARY_SOURCE( mcvertices )

  MDSTk_LIBRARY_INCLUDE_DIR( ${MDSTk_SOURCE_DIR}/include/VectorEntity )

  MDSTk_LIBRARY_BUILD()

ENDIF( BUILD_VECTOR_ENTITY )
