# This file is part of the dune-xt-la project:
#   https://github.com/dune-community/dune-xt-la
# The copyright lies with the authors of this file (see below).
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# Authors:
#   Felix Schindler (2016)

set(lib_dune_xt_la_sources
    container/pattern.cc)

dune_library_add_sources(dunextla SOURCES ${lib_dune_xt_la_sources})

add_subdirectory(test EXCLUDE_FROM_ALL)

include_directories(SYSTEM ${DUNE_XT_COMMON_TEST_DIR}/gtest)

FILE( GLOB_RECURSE _header "${CMAKE_CURRENT_SOURCE_DIR}/*.hh" )
add_format(${_header} ${lib_dune_xt_la_sources})
