#===============================================================================
# Medical Data Segmentation Toolkit (MDSTk)
# Copyright (c) yyyy by ...
#
# Author:  ..., ...@...
# Section: lib...
# Date:    yyyy/mm/dd
#
# $Id:$
#
# Description:
# - Configuration file for the CMake build system.

# Declare library name
MDSTk_LIBRARY( ... )

# Add all source files
MDSTk_LIBRARY_SOURCE( ... )
MDSTk_LIBRARY_SOURCE( ... )

# Set path to library header files
MDSTk_LIBRARY_INCLUDE_DIR( ${MDSTk_SOURCE_DIR}/include/MDSTk/... )

# Macro that builds 
MDSTk_LIBRARY_BUILD()
