#
# Copyright 2011-2013 Merethis
#
# This file is part of Centreon Engine.
#
# Centreon Engine is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 as published by
# the Free Software Foundation.
#
# Centreon Engine 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# Centreon Engine. If not, see <http://www.gnu.org/licenses/>.
#

# Set directories.
set(SRC_DIR "${SRC_DIR}/configuration")
set(INC_DIR "${INC_DIR}/com/centreon/engine/configuration")

# Subdirectory.
add_subdirectory("applier")

# Set files.
set(FILES
    ${FILES}
    # Sources.
    "${SRC_DIR}/anomalydetection.cc"
    "${SRC_DIR}/command.cc"
    "${SRC_DIR}/connector.cc"
    "${SRC_DIR}/contact.cc"
    "${SRC_DIR}/contactgroup.cc"
    "${SRC_DIR}/extended_conf.cc"
    "${SRC_DIR}/group.cc"
    "${SRC_DIR}/host.cc"
    "${SRC_DIR}/hostdependency.cc"
    "${SRC_DIR}/hostescalation.cc"
    "${SRC_DIR}/hostextinfo.cc"
    "${SRC_DIR}/hostgroup.cc"
    "${SRC_DIR}/object.cc"
    "${SRC_DIR}/parser.cc"
    "${SRC_DIR}/point_2d.cc"
    "${SRC_DIR}/point_3d.cc"
    "${SRC_DIR}/state.cc"
    "${SRC_DIR}/service.cc"
    "${SRC_DIR}/servicedependency.cc"
    "${SRC_DIR}/serviceescalation.cc"
    "${SRC_DIR}/serviceextinfo.cc"
    "${SRC_DIR}/servicegroup.cc"
    "${SRC_DIR}/severity.cc"
    "${SRC_DIR}/tag.cc"
    "${SRC_DIR}/timeperiod.cc"
    "${SRC_DIR}/whitelist.cc"
    PARENT_SCOPE)
