Skip to content
Snippets Groups Projects
CMakeLists.txt 630 B
Newer Older
# ~~~
# This file is part of the dune-xt-la project:
#   https://github.com/dune-community/dune-xt-la
René Fritze's avatar
René Fritze committed
# Copyright 2009-2018 dune-xt-la developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
René Fritze's avatar
René Fritze committed
#      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
#          with "runtime exception" (http://www.dune-project.org/license.html)
# Authors:
#   Felix Schindler (2016 - 2017)
#   René Fritze     (2016, 2018)
# ~~~
add_subdirectory(xt)
René Fritze's avatar
René Fritze committed
install(DIRECTORY xt DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/ FILES_MATCHING PATTERN "*.hh")