#===============================================================================
# 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: libBase
# Date:    2007/08/25
#
# $Id:$
#
# Description:
# - Configuration file for the CMake build system.

MDSTk_LIBRARY( Base )

MDSTk_LIBRARY_SOURCE( mdsError )
MDSTk_LIBRARY_SOURCE( mdsException )
MDSTk_LIBRARY_SOURCE( mdsIdentifier )
MDSTk_LIBRARY_SOURCE( mdsLog )
MDSTk_LIBRARY_SOURCE( mdsLogChannel )
MDSTk_LIBRARY_SOURCE( mdsSingleton )
MDSTk_LIBRARY_SOURCE( mdsSmallObject )
MDSTk_LIBRARY_SOURCE( mdsWarning )

MDSTk_LIBRARY_INCLUDE_DIR( ${MDSTk_SOURCE_DIR}/include/MDSTk/Base )

MDSTk_LIBRARY_BUILD()
