#
#  Copyright (C) 2008-2014 National Institute For Space Research (INPE) - Brazil.
#
#  This file is part of the TerraLib - a Framework for building GIS enabled applications.
#
#  TerraLib is free software: you can redistribute it and/or modify
#  it under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation, either version 3 of the License,
#  or (at your option) any later version.
#
#  TerraLib is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#  GNU Lesser General Public License for more details.
#
#  You should have received a copy of the GNU Lesser General Public License
#  along with TerraLib. See COPYING. If not, write to
#  TerraLib Team at <terralib-team@terralib.org>.
#
#
#  Description: CMake script for the TerraLib Python binding.
#
#  Author: Matheus Cavassan Zaglia <mzaglia@dpi.inpe.br>
#

# if (WIN32)
#   add_definitions(-DTECAPIDLL)
# endif()

# include_directories ("${TERRALIB_ABSOLUTE_ROOT_DIR}/src")

# file(GLOB TERRALIB_C_BINDING_HDR_FILES ${TERRALIB_ABSOLUTE_ROOT_DIR}/src/terralib/binding/capi/*.h)
# file(GLOB TERRALIB_C_BINDING_SRC_FILES ${TERRALIB_ABSOLUTE_ROOT_DIR}/src/terralib/binding/capi/*.cpp)
# source_group("Header Files" FILES ${TERRALIB_C_BINDING_HDR_FILES})
# source_group("Source Files" FILES ${TERRALIB_C_BINDING_SRC_FILES})
# add_custom_target(terralib_mod_binding_c_base SOURCES ${TERRALIB_C_BINDING_SRC_FILES} ${TERRALIB_C_BINDING_HDR_FILES})

# TERRALIB_ADD_C_BINDING(terralib_mod_common ${TERRALIB_ABSOLUTE_ROOT_DIR}/src/terralib/binding/capi/common)
# TERRALIB_ADD_C_BINDING(terralib_mod_core ${TERRALIB_ABSOLUTE_ROOT_DIR}/src/terralib/binding/capi/core)
# TERRALIB_ADD_C_BINDING(terralib_mod_dataaccess ${TERRALIB_ABSOLUTE_ROOT_DIR}/src/terralib/binding/capi/dataaccess)
# TERRALIB_ADD_C_BINDING(terralib_mod_raster ${TERRALIB_ABSOLUTE_ROOT_DIR}/src/terralib/binding/capi/raster)
# TERRALIB_ADD_C_BINDING(terralib_mod_rp ${TERRALIB_ABSOLUTE_ROOT_DIR}/src/terralib/binding/capi/rp)

